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

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

Issue 140663012: IDL compiler: Window-specific code + Window-only features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 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/TestInterfaceNamedConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
index 8ea0c273feb633defab91df08a79dd79b581eaa7..f346a7469b7c683d9be58b2c43fbd9ca8f0369b9 100644
--- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
@@ -36,4 +36,8 @@
[Default=NullString] optional DOMString defaultNullStringOptionalstringArg),
RaisesException=Constructor,
] interface TestInterfaceNamedConstructor {
+ // An attribute of type {interface_name}ConstructorConstructor is generated
+ // in *Constructors.idl file, which is a partial interface for the global
+ // object, e.g. Window. We put this here to avoid another test file.
+ attribute TestNamedConstructorConstructor testNamedConstructorConstructorAttribute;
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl ('k') | Source/bindings/tests/idls/TestInterfacePython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698