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

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

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Support non-default optionals over named constructors 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
Index: Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
index f346a7469b7c683d9be58b2c43fbd9ca8f0369b9..03fa90b75c95549557569e577575dfcadb2e29cb 100644
--- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
@@ -33,6 +33,7 @@
[Default=Undefined] optional boolean defaultUndefinedOptionalBooleanArg,
[Default=Undefined] optional long defaultUndefinedOptionalLongArg,
[Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
+ optional DOMString optionalStringArg,
Nils Barth (inactive) 2014/04/09 09:36:38 Could you move this to the bottom? (Generally opti
sof 2014/04/09 10:53:16 Done.
[Default=NullString] optional DOMString defaultNullStringOptionalstringArg),
RaisesException=Constructor,
] interface TestInterfaceNamedConstructor {

Powered by Google App Engine
This is Rietveld 408576698