Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: Source/bindings/tests/idls/TestInterfacePython3.idl

Issue 114813006: IDL compiler: [SetReference] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
};

Powered by Google App Engine
This is Rietveld 408576698