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

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

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
Index: Source/modules/serviceworkers/InstallEvent.h
diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
index 6b5ff84a19bfe009594ef21a06b04ee846effbb3..cc2e615abaad90713746646978500f0462207bbb 100644
--- a/Source/modules/serviceworkers/InstallEvent.h
+++ b/Source/modules/serviceworkers/InstallEvent.h
@@ -47,7 +47,7 @@ public:
void replace();
- ScriptPromise reloadAll(ExecutionContext*);
+ ScriptPromise reloadAll(ScriptState*);
virtual const AtomicString& interfaceName() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698