| 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;
|
|
|