| Index: bindings/tests/idls/TestPartialInterface.idl
|
| diff --git a/bindings/tests/idls/TestPartialInterface.idl b/bindings/tests/idls/TestPartialInterface.idl
|
| index c8b0ddcefe0c3b635ba1b779e2c553c0cb4d96f1..2981f871a0949c2f6758fdfc7dc9387d56bedcbf 100644
|
| --- a/bindings/tests/idls/TestPartialInterface.idl
|
| +++ b/bindings/tests/idls/TestPartialInterface.idl
|
| @@ -53,4 +53,7 @@ callback PartialCallbackType = void (PartialString value);
|
|
|
| attribute PartialEnumType partialPartialEnumTypeAttribute;
|
| void partialVoidMethodPartialCallbackTypeArg(PartialCallbackType partialCallbackTypeArg);
|
| +
|
| + [ImplementedInPrivateScript] short shortMethodWithShortArgumentImplementedInPrivateScript(short value);
|
| + [ImplementedInPrivateScript] attribute DOMString stringAttribute;
|
| };
|
|
|