| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index f140d7b6d9ec9af45bd52690565f82036f412df6..8640bae1ce442c293d1405a395e7481f21b28d97 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -117,11 +117,6 @@ interface TestObjectPython {
|
| [Conditional=Condition, Custom] attribute long customLongAttribute;
|
| [CustomElementCallbacks] readonly attribute long customElementsCallbacksReadonlyLongAttribute;
|
| [DeprecateAs=LongAttribute] attribute long deprecatedLongAttribute;
|
| - // FIXME: move to TestCheckSecurityInterface when implement [CheckSecurity]
|
| - [DoNotCheckSecurity] attribute long doNotCheckSecurityLongAttribute;
|
| - [DoNotCheckSecurity] readonly attribute long doNotCheckSecurityReadonlyLongAttribute; // Separate read only attribute to check attribute configuration
|
| - [DoNotCheckSecurity=Getter] attribute long doNotCheckSecurityOnGetterLongAttribute;
|
| - [DoNotCheckSecurity=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute;
|
| [EnforceRange] attribute long enforceRangeLongAttribute;
|
| [ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute;
|
| [RaisesException=Getter] attribute long getterRaisesExceptionLongAttribute;
|
|
|