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 f2dd041cc7cac6ff675fbb4ea293a207f22b7795..8e6d976acafbece01c57bfc0c25ab30fe56385c3 100644 |
--- a/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl |
+++ b/third_party/WebKit/Source/core/testing/PrivateScriptTest.idl |
@@ -4,7 +4,6 @@ |
[ |
GarbageCollected, |
- TypeChecking=Interface, |
] interface PrivateScriptTest { |
[ImplementedInPrivateScript] void doNothing(); |
[ImplementedInPrivateScript] short return123(); |