| Index: Source/bindings/tests/idls/TestInterfacePython.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| index bb2e8e2c44c01aae8ab8e4caa883b4c397a78301..94562487ac579575cef8741dbbac7bbec72584f4 100644
|
| --- a/Source/bindings/tests/idls/TestInterfacePython.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| @@ -41,6 +41,7 @@
|
| // configuration and method configuration, and [StrictTypeChecking]
|
| const unsigned long UNSIGNED_LONG = 0;
|
| attribute TestInterfacePython testInterfacePythonAttribute; // Self-referential interface type with [ImplementedAs]
|
| + attribute TestImplementedAsConstructor testImplementedAsConstructorAttribute;
|
| static attribute DOMString staticStringAttribute;
|
| void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| [PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;
|
|
|