Index: Source/bindings/tests/idls/TestInterfacePython3.idl |
diff --git a/Source/bindings/tests/idls/TestInterfacePython3.idl b/Source/bindings/tests/idls/TestInterfacePython3.idl |
index c081d2c90d4513fa07a95aa35243511db61ff082..e1171d4608aa1ab5996f640234c43ecc0f7afc1b 100644 |
--- a/Source/bindings/tests/idls/TestInterfacePython3.idl |
+++ b/Source/bindings/tests/idls/TestInterfacePython3.idl |
@@ -33,6 +33,6 @@ |
// The more *minor* extended attribute should be put in this file. |
[ |
- Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom] |
+ SetWrapperReferenceFromReference=document, // Conflicts with [SetWrapperReferenceFrom] |
Inactive
2014/02/21 00:41:39
Please create a new test IDL file instead of editi
Nils Barth (inactive)
2014/02/21 01:13:48
To follow-up to what Chris said:
On 2014/02/21 00
|
] interface TestInterfacePython3 { |
}; |