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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.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/ServiceWorkerContainer.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
index 0c3fc313685024f5ae77b960a675631d96db225a..a6d390808714282c4ffc3f3b714d63140823501e 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -85,7 +85,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
ScriptPromise getRegistration(ScriptState*, const String& documentURL);
ScriptPromise getRegistrations(ScriptState*);
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// WebServiceWorkerProviderClient overrides.
void setController(std::unique_ptr<WebServiceWorker::Handle>,

Powered by Google App Engine
This is Rietveld 408576698