| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 6cb6fea85d025a067407501b4a134a99caf559d7..9b5027447c727f8c481f26154443e8e3c3f34bd4 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -108,7 +108,9 @@ interface TestObjectPython {
|
| [DoNotCheckSecurityOnGetter] readonly attribute long doNotCheckSecurityOnGetterReadonlyLongAttribute;
|
| [DoNotCheckSecurityOnSetter] readonly attribute long doNotCheckSecurityOnSetterReadonlyLongAttribute;
|
| [EnforceRange] readonly attribute long enforceRangeReadonlyLongAttribute; // FIXME: properly MUST NOT appear on read only attribute; will correct when implement setters
|
| + [GetterRaisesException] readonly attribute long getterRaisesExceptionReadonlyLongAttribute;
|
| [KeepAttributeAliveForGC] readonly attribute DocumentFragment readonlyDocumentFragmentAttribute;
|
| + [RaisesException] readonly attribute long raisesExceptionReadonlyLongAttribute;
|
| [RuntimeEnabled=FeatureName] readonly attribute long enabledAtRuntimeReadonlyLongAttribute;
|
| [Conditional=Condition, RuntimeEnabled=FeatureName] readonly attribute long conditionalEnabledAtRuntimeReadonlyLongAttribute;
|
| };
|
|
|