| Index: Source/bindings/tests/idls/TestObjectPython.idl
 | 
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
 | 
| index 114455bd5e4c31a739136cef38ad36f178351992..9f22bd2d249ef068e2004872ae0b84fa524e10f2 100644
 | 
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
 | 
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
 | 
| @@ -117,10 +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=Setter] attribute long doNotCheckSecurityOnSetterLongAttribute;
 | 
|      [EnforceRange] attribute long enforceRangeLongAttribute;
 | 
|      [ExposeJSAccessors] attribute long exposeJSAccessorsLongAttribute;
 | 
|      [RaisesException=Getter] attribute long getterRaisesExceptionLongAttribute;
 | 
| 
 |