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