| Index: Source/bindings/tests/idls/TestInterfacePython2.idl | 
| diff --git a/Source/bindings/tests/idls/TestInterfacePython2.idl b/Source/bindings/tests/idls/TestInterfacePython2.idl | 
| index 96c9dd8d1bc36a464ff4c3d3768d7a890eacde46..b1e06c146432333f10d536d47ba00e9925e5d322 100644 | 
| --- a/Source/bindings/tests/idls/TestInterfacePython2.idl | 
| +++ b/Source/bindings/tests/idls/TestInterfacePython2.idl | 
| @@ -36,5 +36,6 @@ | 
| CustomVisitDOMWrapper, // Conflicts with [GenerateVisitDOMWrapper] | 
| CustomWrap, // Conflicts with [CustomToV8] | 
| DependentLifetime,  // Covered by [ActiveDOMObject] | 
| +    SpecialWrapFor=Interface1|Interface2,  // Conflicts with [CustomToV8] | 
| ] interface TestInterfacePython2 { | 
| }; | 
|  |