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

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

Issue 99123003: IDL compiler: [SpecialWrapFor] interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/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 {
};
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/V8TestInterfacePython2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698