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

Unified Diff: Source/bindings/tests/idls/modules/TestPartialInterface3.idl

Issue 675693002: An API returning a Promise should not throw an exceptions [overload version] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/modules/TestPartialInterface3.idl
diff --git a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
index e248cc3725c9f41b83f79d20ca7927ecba0a597b..5ad9cc8b2e22afb8a7cc41dc3d5b16a3c0cf4c7a 100644
--- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
+++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -37,6 +37,9 @@
void voidMethodPartialOverload(DOMString value);
static void staticVoidMethodPartialOverload(DOMString value);
+ Promise promiseMethodPartialOverload(Document document);
+ static Promise staticPromiseMethodPartialOverload(DOMString value);
+
void partial2VoidMethod(DOMString value);
void partial2VoidMethod(Node node);
static void partial2StaticVoidMethod(DOMString value);
« no previous file with comments | « Source/bindings/tests/idls/core/TestObject.idl ('k') | Source/bindings/tests/results/core/V8TestInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698