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

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

Issue 229373006: Support optional, non-defaulted constructor arguments. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Formatting Created 6 years, 8 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
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceConstructor2.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
index d42461e8dfa83edb872f057d7a3455b60a92ce4a..b9d045cfc3f36c3b842be83d93731cd72d734677 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor2.idl
@@ -43,6 +43,7 @@
long longArg,
[Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
[Default=NullString] optional DOMString defaultNullStringOptionalStringArg,
- [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg),
+ [Default=Undefined] optional Dictionary defaultUndefinedOptionalDictionaryArg,
+ optional DOMString optionalStringArg),
] interface TestInterfaceConstructor2 {
};
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698