| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 6b3513a7d5fa1fc44bff93e0b01799d74c2069b7..53a1d47b02ae0f316beb37b45f2b812d81accaa6 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -217,7 +217,7 @@ void ServiceWorkerGlobalScopeProxy::willDestroyWorkerGlobalScope()
|
| m_client.willDestroyWorkerContext();
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeProxy::workerThreadTerminated()
|
| +void ServiceWorkerGlobalScopeProxy::workerScriptTerminated()
|
| {
|
| m_client.workerContextDestroyed();
|
| }
|
|
|