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

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

Issue 36793003: IDL compiler: constructor attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revised Created 7 years, 2 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/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 6a6763a168be55b500d00bc2e492b8a7c9728a13..72e1f5be0a6899bc8b160cb6678e39319a32de47 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -94,6 +94,9 @@ interface TestObjectPython {
// Static attributes
static attribute DOMString staticStringAttribute;
static attribute long staticLongAttribute;
+ // Constructors
+ // attribute attribute TestSubObjConstructor TestSubObj;
+ attribute TestObjectAConstructor testObjectAConstructorAttribute;
// Miscellaneous special types
attribute EventHandler eventHandlerAttribute;
attribute Promise promiseAttribute;

Powered by Google App Engine
This is Rietveld 408576698