| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 00935be0f92e295247027bb45c14281eb1f17b09..8f2fba69d5b6359016e50ace1cfe2a098917e844 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -115,6 +115,7 @@ interface TestObjectPython {
|
| [KeepAttributeAliveForGC] readonly attribute DocumentFragment readonlyDocumentFragmentAttribute;
|
| [MeasureAs=TestFeature] readonly attribute long measureAsReadonlyLongAttribute;
|
| [NotEnumerable] readonly attribute long notEnumerableReadonlyLongAttribute;
|
| + [PerContextEnabled=FeatureName] readonly attribute long perContextEnabledReadonlyLongAttribute;
|
| [RaisesException] readonly attribute long raisesExceptionReadonlyLongAttribute;
|
| [Reflect] readonly attribute TestInterface reflectReadonlyTestInterfaceAttribute;
|
| [Reflect=reflectedNameAttribute] readonly attribute TestInterface reflectReflectedNameAttributeReadonlyTestAttribute;
|
|
|