| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 8a738e607fd8f251758312b594b62c7d9b01ff2a..b773bef038039ddc4b7c877be39413304c9b7fbb 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -158,6 +158,7 @@ interface TestObjectPython {
|
| [ActivityLogging=GetterForAllWorlds, PerWorldBindings] attribute long activityLoggingGetterPerWorldBindingsLongAttribute;
|
| [ActivityLogging=GetterForIsolatedWorlds, PerWorldBindings] attribute long activityLoggingGetterForIsolatedWorldsPerWorldBindingsLongAttribute;
|
| [RaisesException] attribute long raisesExceptionLongAttribute;
|
| + [RaisesException] attribute TestInterfaceEmpty raisesExceptionTestInterfaceEmptyAttribute;
|
| [Reflect] attribute TestInterface reflectTestInterfaceAttribute;
|
| [Reflect=reflectedNameAttribute] attribute TestInterface reflectReflectedNameAttributeTestAttribute;
|
| // [Reflect] exceptional types: exceptional getters, exceptional setters,
|
|
|