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

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

Issue 206793006: Add support for [Constructor, Custom=Wrap] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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 d9a57aad688ad6d40c4ced9d42ca60ef2202e295..92b7eccbe919bb8bfbbb19f052c0e1bc70652cdf 100644
--- a/Source/bindings/tests/idls/TestInterfacePython2.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython2.idl
@@ -33,6 +33,7 @@
// The more *minor* extended attribute should be put in this file.
[
+ Constructor, // Test interaction with [Custom=Wrap]
Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
DependentLifetime, // Covered by [ActiveDOMObject]
SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]

Powered by Google App Engine
This is Rietveld 408576698