Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index d338226dcf9b2189e232f8bc60149d8e2bd24565..cea7fe96002e0a1b700579bcd60836a843021783 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -536,5 +536,9 @@ interface TestObject { |
[ImplementedInPrivateScript] DOMString stringMethodWithStringArgumentImplementedInPrivateScript(DOMString value); |
[ImplementedInPrivateScript] Node nodeMethodWithNodeArgumentImplementedInPrivateScript(Node value); |
[ImplementedInPrivateScript] Node nodeMethodWithVariousArgumentsImplementedInPrivateScript(Document document, Node node, short value1, double value2, DOMString string); |
+ [ImplementedInPrivateScript] readonly attribute short readonlyShortAttribute; |
+ [ImplementedInPrivateScript] attribute short shortAttribute; |
+ [ImplementedInPrivateScript] attribute DOMString stringAttribute; |
+ [ImplementedInPrivateScript] attribute Node nodeAttribute; |
}; |