Index: Source/bindings/tests/idls/TestPartialInterface.idl |
diff --git a/Source/bindings/tests/idls/TestPartialInterface.idl b/Source/bindings/tests/idls/TestPartialInterface.idl |
index c8b0ddcefe0c3b635ba1b779e2c553c0cb4d96f1..2981f871a0949c2f6758fdfc7dc9387d56bedcbf 100644 |
--- a/Source/bindings/tests/idls/TestPartialInterface.idl |
+++ b/Source/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; |
}; |