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

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

Issue 2691333002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
index f7b18ef50df779b1452d1bbf7755c9abd656829a..29eda4c9c030317942579c6d8355b9d7d51325c3 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
@@ -24,7 +24,7 @@ class MODULES_EXPORT InstallEvent : public ExtendableEvent {
~InstallEvent() override;
- void registerForeignFetch(ExecutionContext*,
+ void registerForeignFetch(ScriptState*,
const ForeignFetchOptions&,
ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698