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

Unified Diff: Source/bindings/tests/idls/TestInterfacePython2.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/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 {
};

Powered by Google App Engine
This is Rietveld 408576698