Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / tests / idls / TestInterfacePython.idl
index d951933..9456248 100644 (file)
@@ -40,7 +40,8 @@
     // members needed to test [ImplementedAs], as this affect attribute
     // configuration and method configuration, and [StrictTypeChecking]
     const unsigned long UNSIGNED_LONG = 0;
-    attribute TestInterfacePython testInterfacePythonAttribute;  // Self-referential interface type with [ImplementedAs]
+    attribute TestInterfacePython testInterfacePythonAttribute; // Self-referential interface type with [ImplementedAs]
+    attribute TestImplementedAsConstructor testImplementedAsConstructorAttribute;
     static attribute DOMString staticStringAttribute;
     void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
     [PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;