| Index: third_party/WebKit/Source/core/testing/PrivateScriptTest.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl b/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl
|
| index 8e6d976acafbece01c57bfc0c25ab30fe56385c3..024a97c6869b5e9922e530763e6f87e302788be1 100644
|
| --- a/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl
|
| +++ b/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl
|
| @@ -3,7 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - GarbageCollected,
|
| ] interface PrivateScriptTest {
|
| [ImplementedInPrivateScript] void doNothing();
|
| [ImplementedInPrivateScript] short return123();
|
|
|