Index: Source/web/WebSharedWorkerImpl.h |
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h |
index 165ff32617f9fcf771d2c4301126c021eefc57cb..d898de24f37fc5172c9c04ac9739ee58458f3b80 100644 |
--- a/Source/web/WebSharedWorkerImpl.h |
+++ b/Source/web/WebSharedWorkerImpl.h |
@@ -79,7 +79,7 @@ public: |
virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE; |
virtual void workerGlobalScopeStarted(WorkerGlobalScope*) OVERRIDE; |
virtual void workerGlobalScopeClosed() OVERRIDE; |
- virtual void workerGlobalScopeDestroyed() OVERRIDE; |
+ virtual void workerThreadTerminated() OVERRIDE; |
virtual void willDestroyWorkerGlobalScope() OVERRIDE { } |
// WorkerLoaderProxy methods: |
@@ -125,7 +125,7 @@ private: |
static void connectTask(ExecutionContext*, PassOwnPtr<WebMessagePortChannel>); |
// Tasks that are run on the main thread. |
void workerGlobalScopeClosedOnMainThread(); |
- void workerGlobalScopeDestroyedOnMainThread(); |
+ void workerThreadTerminatedOnMainThread(); |
// 'shadow page' - created to proxy loading requests from the worker. |
RefPtrWillBePersistent<ExecutionContext> m_loadingDocument; |