| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 063fdff43d18010f96c877f950fec983206c9a1f..a14022ba92711f7c3a32ce69fc967294f176f32e 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -411,9 +411,9 @@ interface TestObjectPython {
|
| [NotEnumerable] void notEnumerableVoidMethod();
|
| [PerContextEnabled=FeatureName] void perContextEnabledVoidMethod();
|
| [PerWorldBindings] void perWorldBindingsVoidMethod();
|
| + [PerWorldBindings] void perWorldBindingsVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| [ActivityLogging=ForAllWorlds, PerWorldBindings] void activityLoggingForAllWorldsPerWorldBindingsVoidMethod();
|
| [ActivityLogging=ForIsolatedWorlds, PerWorldBindings] void activityLoggingForIsolatedWorldsPerWorldBindingsVoidMethod();
|
| - [PerWorldBindings] void perWorldBindingsVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| [RaisesException] void raisesExceptionVoidMethod();
|
| [RaisesException] DOMString raisesExceptionStringMethod();
|
| [RaisesException] void raisesExceptionVoidMethodOptionalLongArg(optional long optionalLongArg);
|
|
|