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