| Index: third_party/WebKit/Source/core/testing/WorkerInternals.idl
 | 
| diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.idl b/third_party/WebKit/Source/core/testing/WorkerInternals.idl
 | 
| index 7db9eff46eda5451d922d38666d740c1859e8cf4..a49c02ef3cd1ba5c68a30c39be2800f6de62cf95 100644
 | 
| --- a/third_party/WebKit/Source/core/testing/WorkerInternals.idl
 | 
| +++ b/third_party/WebKit/Source/core/testing/WorkerInternals.idl
 | 
| @@ -9,4 +9,6 @@ interface WorkerInternals {
 | 
|      // values from the UseCounter::Feature enum.
 | 
|      [CallWith=ScriptState] void countFeature(unsigned long feature);
 | 
|      [CallWith=ScriptState] void countDeprecation(unsigned long feature);
 | 
| +
 | 
| +    [CallWith=ScriptState] void collectGarbage();
 | 
|  };
 | 
| 
 |