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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp

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/ServiceWorkerRegistration.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
index 0f1c552d6650f6cf44032c0cdd711631ecde96e0..3cff55f706795b9b43df1da330a707b37fd7ab61 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
@@ -158,7 +158,7 @@ DEFINE_TRACE(ServiceWorkerRegistration) {
Supplementable<ServiceWorkerRegistration>::trace(visitor);
}
-void ServiceWorkerRegistration::contextDestroyed() {
+void ServiceWorkerRegistration::contextDestroyed(ExecutionContext*) {
if (m_stopped)
return;
m_stopped = true;

Powered by Google App Engine
This is Rietveld 408576698