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

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

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 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 d630d0075c8ec3b4d8b74e4cedbd468f9ddc821d..502b61e5b19bce95902c8a752f2a6e8e7b4f685c 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
@@ -147,7 +147,7 @@ DEFINE_TRACE(ServiceWorkerRegistration) {
Supplementable<ServiceWorkerRegistration>::trace(visitor);
}
-void ServiceWorkerRegistration::stop() {
+void ServiceWorkerRegistration::contextDestroyed() {
if (m_stopped)
return;
m_stopped = true;

Powered by Google App Engine
This is Rietveld 408576698