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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.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/ServiceWorker.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
index 160ad724111de4f0ba694f9a807faea449b81b3c..27c77bfaf9e96d8b4ea5dfe1ebb84e40d542062d 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
@@ -89,7 +89,7 @@ class MODULES_EXPORT ServiceWorker final
ServiceWorker(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>);
// SuspendableObject overrides.
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// A handle to the service worker representation in the embedder.
std::unique_ptr<WebServiceWorker::Handle> m_handle;

Powered by Google App Engine
This is Rietveld 408576698