Chromium Code Reviews

Unified Diff: Source/web/ServiceWorkerGlobalScopeProxy.cpp

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();
}

Powered by Google App Engine