| Index: Source/bindings/tests/idls/TestInterfacePython3.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfacePython2.idl b/Source/bindings/tests/idls/TestInterfacePython3.idl
|
| similarity index 86%
|
| copy from Source/bindings/tests/idls/TestInterfacePython2.idl
|
| copy to Source/bindings/tests/idls/TestInterfacePython3.idl
|
| index 16e19c46cb93098693a155e9b8e37585cdeb0c78..c634c5ca54520dd78bbb2fc2634de77433e1cbee 100644
|
| --- a/Source/bindings/tests/idls/TestInterfacePython2.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfacePython3.idl
|
| @@ -33,8 +33,6 @@
|
| // The more *minor* extended attribute should be put in this file.
|
|
|
| [
|
| - Custom=VisitDOMWrapper|Wrap, // Conflict with [GenerateVisitDOMWrapper] and [Custom=ToV8], respectively
|
| - DependentLifetime, // Covered by [ActiveDOMObject]
|
| - SpecialWrapFor=Interface1|Interface2, // Conflicts with [Custom=ToV8]
|
| -] interface TestInterfacePython2 {
|
| + Custom=VisitDOMWrapper, // Conflict with [SetReference] and [GenerateVisitDOMWrapper]
|
| +] interface TestInterfacePython3 {
|
| };
|
|
|