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

Unified Diff: modules/serviceworkers/ExtendableEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/ExtendableEventInit.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 c6a2b5f31c1c858fd02c831a2da2d3450df5cb08..df1bc885b9cf090440d1c0addeae378f30c38955 100644
--- a/modules/serviceworkers/ExtendableEvent.idl
+++ b/modules/serviceworkers/ExtendableEvent.idl
@@ -30,8 +30,9 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#extendable-event-interface
[
- RuntimeEnabled=ServiceWorker,
+ Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
Exposed=ServiceWorker,
+ TypeChecking=Interface,
] interface ExtendableEvent : Event {
- [CallWith=ScriptState] void waitUntil(any value);
+ [CallWith=ScriptState, RaisesException] void waitUntil(any value);
};
« no previous file with comments | « modules/serviceworkers/Clients.idl ('k') | modules/serviceworkers/ExtendableEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698