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

Unified Diff: Source/bindings/tests/idls/core/TestInterface.idl

Issue 954723002: [bindings] Support is_explicit_nullable for method arguments. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed! Created 5 years, 10 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/core/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index 4c945efa43f1a9aa2a6c9d6e7c321801079f562b..bcd10fd35525ed9fc7a0833a4034f8c3a1f7278c 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -106,6 +106,7 @@
Promise promiseMethodPartialOverload();
Promise promiseMethodPartialOverload(Window window);
static Promise staticPromiseMethodPartialOverload();
+ void methodWithExplicitNullableArgument(optional object[]? arguments);
Jens Widell 2015/03/02 07:53:13 I think this rather belongs in TestObject.idl, whe
};
TestInterface implements TestImplements;

Powered by Google App Engine
This is Rietveld 408576698