Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
index d5d4eb81a5c350077e8ee50d30ff33f8e9674adf..c619c84c8fe927000f630dd8362c8663829d9de9 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
@@ -153,7 +153,7 @@ void ServiceWorkerGlobalScopeProxy::willDestroyWorkerGlobalScope() |
m_client.willDestroyWorkerContext(); |
} |
-void ServiceWorkerGlobalScopeProxy::workerGlobalScopeDestroyed() |
+void ServiceWorkerGlobalScopeProxy::workerThreadTerminated() |
{ |
m_client.workerContextDestroyed(); |
} |