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

Unified Diff: modules/serviceworkers/ExtendableEvent.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/serviceworkers/Clients.idl ('k') | modules/serviceworkers/ExtendableMessageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/ExtendableEvent.idl
diff --git a/modules/serviceworkers/ExtendableEvent.idl b/modules/serviceworkers/ExtendableEvent.idl
index df1bc885b9cf090440d1c0addeae378f30c38955..6bef9da1dbf239805eaed590c14c7db9d34e2313 100644
--- a/modules/serviceworkers/ExtendableEvent.idl
+++ b/modules/serviceworkers/ExtendableEvent.idl
@@ -32,7 +32,6 @@
[
Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
Exposed=ServiceWorker,
- TypeChecking=Interface,
] interface ExtendableEvent : Event {
- [CallWith=ScriptState, RaisesException] void waitUntil(any value);
+ [CallWith=ScriptState, RaisesException] void waitUntil(Promise<any> f);
};
« no previous file with comments | « modules/serviceworkers/Clients.idl ('k') | modules/serviceworkers/ExtendableMessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698