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

Unified Diff: Source/modules/serviceworkers/ExtendableEvent.idl

Issue 1256133002: Service Worker: Correct Web IDL of ExtendableEvent.waitUntil method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comment: add/delete headers. Created 5 years, 5 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/modules/serviceworkers/ExtendableEvent.idl
diff --git a/Source/modules/serviceworkers/ExtendableEvent.idl b/Source/modules/serviceworkers/ExtendableEvent.idl
index df1bc885b9cf090440d1c0addeae378f30c38955..a3b5686b06b348847860d7bcc894807c9608b48a 100644
--- a/Source/modules/serviceworkers/ExtendableEvent.idl
+++ b/Source/modules/serviceworkers/ExtendableEvent.idl
@@ -34,5 +34,5 @@
Exposed=ServiceWorker,
TypeChecking=Interface,
] interface ExtendableEvent : Event {
- [CallWith=ScriptState, RaisesException] void waitUntil(any value);
+ [CallWith=ScriptState, RaisesException] void waitUntil(Promise<any> f);
falken 2015/07/29 08:14:55 what does f stand for? I see it's in the spec as w
jungkees 2015/07/29 08:34:18 Ah, I didn't see this comment before seeing an lgt
};
« no previous file with comments | « Source/modules/serviceworkers/ExtendableEvent.cpp ('k') | Source/modules/serviceworkers/WaitUntilObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698