Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index 6a6763a168be55b500d00bc2e492b8a7c9728a13..72e1f5be0a6899bc8b160cb6678e39319a32de47 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -94,6 +94,9 @@ interface TestObjectPython { |
// Static attributes |
static attribute DOMString staticStringAttribute; |
static attribute long staticLongAttribute; |
+ // Constructors |
+ // attribute attribute TestSubObjConstructor TestSubObj; |
+ attribute TestObjectAConstructor testObjectAConstructorAttribute; |
// Miscellaneous special types |
attribute EventHandler eventHandlerAttribute; |
attribute Promise promiseAttribute; |