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

Unified Diff: core/dom/Promise.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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
« no previous file with comments | « core/dom/NodeList.idl ('k') | core/dom/Range.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Promise.idl
diff --git a/core/dom/Promise.idl b/core/dom/Promise.idl
index 77b397632cc8037288e2727531673de6abe53862..45989d44d8223fb05107d9d188fb00985508b944 100644
--- a/core/dom/Promise.idl
+++ b/core/dom/Promise.idl
@@ -31,8 +31,8 @@
callback PromiseInit = void (any resolve, any reject);
callback AnyCallback = any (optional any value);
[
- GlobalContext=Window&WorkerGlobalScope,
CustomConstructor(PromiseInit init),
+ GlobalContext=Window&WorkerGlobalScope,
] interface Promise {
[Custom] Promise then(optional AnyCallback fulfillCallback, optional AnyCallback rejectCallback);
[Custom] Promise catch(optional AnyCallback rejectCallback);
« no previous file with comments | « core/dom/NodeList.idl ('k') | core/dom/Range.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698