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

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: 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/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
index 27768af0702d81dfa6f93565f785e861ca20cb3d..88a55f5db6c80fad89de66e750c83085562177c7 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -29,7 +29,7 @@
*/
[
- Constructor(DOMString stringArgument, DOMString stringArgument2),
+ Constructor(double doubleArg, DOMString stringArg, TestInterfaceEmpty testInterfaceEmptyArg, Dictionary dictionaryArg, sequence<DOMString> sequenceStringArg),
ConstructorCallWith=ExecutionContext&Document,
MeasureAs=TestFeature,
RaisesException=Constructor,

Powered by Google App Engine
This is Rietveld 408576698