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

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

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 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/TestInterfaceConstructor2.idl » ('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 f82e44c6d97deea14d02b90a881c6e7301f3c20a..6d022ee3da9dea04bfe759a1f6e909e45a96511e 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -39,7 +39,7 @@
sequence<DOMString> sequenceStringArg,
sequence<Dictionary> sequenceDictionaryArg,
optional Dictionary optionalDictionaryArg,
- [Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
+ optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
Constructor(DOMString arg, optional DOMString optArg),
Constructor(DOMString arg, DOMString arg2, DOMString arg3),
NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestInterfaceConstructor2.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698