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

Unified Diff: modules/serviceworkers/InstallEvent.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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/HeaderMapForEachCallback.idl ('k') | modules/serviceworkers/InstallPhaseEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/InstallEvent.idl
diff --git a/modules/serviceworkers/InstallEvent.idl b/modules/serviceworkers/InstallEvent.idl
index 9384e90def61a7cd3504df35782d3e34eac38134..b014697ec0bf54fa3277529175310721dfe3fbea 100644
--- a/modules/serviceworkers/InstallEvent.idl
+++ b/modules/serviceworkers/InstallEvent.idl
@@ -28,10 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#install-event-interface
[
RuntimeEnabled=ServiceWorker,
- GlobalContext=ServiceWorkerGlobalScope,
+ Exposed=ServiceWorker,
] interface InstallEvent : InstallPhaseEvent {
void replace();
- [CallWith=ExecutionContext] Promise reloadAll();
+ [CallWith=ScriptState] Promise reloadAll();
};
« no previous file with comments | « modules/serviceworkers/HeaderMapForEachCallback.idl ('k') | modules/serviceworkers/InstallPhaseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698