| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| index b54bd4df565b1c110d6b12a467f2179e91c1bb17..6ed38cd07eece8c32de06ffdf46300ebbfb2d6dc 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| @@ -53,7 +53,4 @@ typedef DOMString PartialString;
|
|
|
| attribute PartialEnumType partialPartialEnumTypeAttribute;
|
| void partialVoidMethodPartialCallbackTypeArg(PartialCallbackType partialCallbackTypeArg);
|
| -
|
| - [ImplementedInPrivateScript] short shortMethodWithShortArgumentImplementedInPrivateScript(short value);
|
| - [ImplementedInPrivateScript] attribute DOMString stringAttribute;
|
| };
|
|
|