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

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

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 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
Index: third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
index b7f049ab71a660883905437aa868ee5e5b1dd7f0..194402fda7f9365f9634ccea5889ad217e3299a7 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
@@ -40,7 +40,7 @@ class MODULES_EXPORT RespondWithObserver
WebURLRequest::RequestContext,
WaitUntilObserver*);
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
void willDispatchEvent();
void didDispatchEvent(DispatchEventResult dispatchResult);

Powered by Google App Engine
This is Rietveld 408576698