git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
REGRESSION(r222507): Composition highlight doesn't render when using IME
[WebKit-https.git]
/
Tools
/
WebKitTestRunner
/
InjectedBundle
/
Bindings
/
GCController.idl
diff --git
a/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl
b/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl
index 6c13b71ac80488f98101edeaf8ab3bb9eb859fb4..fb933834d5e1a1b1c405a9dad2068db7c0c792ee 100644
(file)
--- a/
Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl
+++ b/
Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl
@@
-25,7
+25,7
@@
interface GCController {
void collect();
interface GCController {
void collect();
- void collectOnAlternateThread(
in
boolean waitUntilDone);
+ void collectOnAlternateThread(boolean waitUntilDone);
unsigned long long getJSObjectCount();
};
unsigned long long getJSObjectCount();
};