X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FWebKitTestRunner%2FInjectedBundle%2FBindings%2FGCController.idl;h=fb933834d5e1a1b1c405a9dad2068db7c0c792ee;hp=6c13b71ac80488f98101edeaf8ab3bb9eb859fb4;hb=5fdc2bd326bf9c2c0d9df4db9879744b1ecc51a0;hpb=c7150a667f2c8ca0d4eb843bff96b33ea34d885a;ds=sidebyside diff --git a/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl b/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl index 6c13b71ac804..fb933834d5e1 100644 --- a/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl +++ b/Tools/WebKitTestRunner/InjectedBundle/Bindings/GCController.idl @@ -25,7 +25,7 @@ interface GCController { void collect(); - void collectOnAlternateThread(in boolean waitUntilDone); + void collectOnAlternateThread(boolean waitUntilDone); unsigned long long getJSObjectCount(); };