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

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

Issue 273683006: ScriptPromise should understand the ScriptState from which the ScriptPromise is generated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « Source/modules/serviceworkers/InstallEvent.cpp ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/InstallEvent.idl
diff --git a/Source/modules/serviceworkers/InstallEvent.idl b/Source/modules/serviceworkers/InstallEvent.idl
index 42195f35c32ae008cb0ddedea24318ab29ddb88c..e69f487af218421c838f4f0fd08f1c8675e9bc62 100644
--- a/Source/modules/serviceworkers/InstallEvent.idl
+++ b/Source/modules/serviceworkers/InstallEvent.idl
@@ -33,5 +33,5 @@
Exposed=ServiceWorker,
] interface InstallEvent : InstallPhaseEvent {
void replace();
- [CallWith=ExecutionContext] Promise reloadAll();
+ [CallWith=ScriptState] Promise reloadAll();
};
« no previous file with comments | « Source/modules/serviceworkers/InstallEvent.cpp ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698