| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index b8bef086caae37f15cebfa128f6b4d54c478f0a2..641d9004434767a0a7f62dfe82b236be1bbb61ce 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -116,6 +116,7 @@ interface TestObjectPython {
|
| [MeasureAs=TestFeature] readonly attribute long measureAsReadonlyLongAttribute;
|
| [NotEnumerable] readonly attribute long notEnumerableReadonlyLongAttribute;
|
| [RaisesException] readonly attribute long raisesExceptionReadonlyLongAttribute;
|
| - [RuntimeEnabled=FeatureName] readonly attribute long enabledAtRuntimeReadonlyLongAttribute;
|
| + [RuntimeEnabled=FeatureName] readonly attribute long runtimeEnabledReadonlyLongAttribute;
|
| [Conditional=Condition, RuntimeEnabled=FeatureName] readonly attribute long conditionalEnabledAtRuntimeReadonlyLongAttribute;
|
| + [PerContextEnabled=FeatureName] readonly attribute long perContextEnabledReadonlyLongAttribute;
|
| };
|
|
|