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

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

Issue 99323009: IDL compiler: [Constructor] argument types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Formatting 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
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceConstructor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
index 27768af0702d81dfa6f93565f785e861ca20cb3d..67db4b01d6cac5c78b7c534a99812daeac10cb1e 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -29,7 +29,11 @@
*/
[
- Constructor(DOMString stringArgument, DOMString stringArgument2),
+ Constructor(double doubleArg,
+ DOMString stringArg,
+ TestInterfaceEmpty testInterfaceEmptyArg,
+ Dictionary dictionaryArg,
+ sequence<DOMString> sequenceStringArg),
ConstructorCallWith=ExecutionContext&Document,
MeasureAs=TestFeature,
RaisesException=Constructor,
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/results/V8TestInterfaceConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698