| Index: Source/bindings/tests/idls/TestInterfacePython.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| index d951933f1ae736b70293d5412765772d90872f6c..bb2e8e2c44c01aae8ab8e4caa883b4c397a78301 100644
|
| --- a/Source/bindings/tests/idls/TestInterfacePython.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| @@ -40,7 +40,7 @@
|
| // 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]
|
| static attribute DOMString staticStringAttribute;
|
| void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| [PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;
|
|
|