Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 39ebad8b0e1a2465ddaadac32fe76955296f167f..1b8d16791a8f9f36a4fa276b0dd398d53173bf68 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -56,7 +56,7 @@ class WebServiceWorkerRequest; |
// e.g. onfetch. |
// |
// An instance of this class is supposed to outlive until |
-// workerGlobalScopeDestroyed() is called by its corresponding |
+// workerThreadTerminated() is called by its corresponding |
// WorkerGlobalScope. |
class ServiceWorkerGlobalScopeProxy FINAL |
: public WebServiceWorkerContextProxy |
@@ -82,7 +82,7 @@ public: |
virtual void workerGlobalScopeStarted(blink::WorkerGlobalScope*) OVERRIDE; |
virtual void workerGlobalScopeClosed() OVERRIDE; |
virtual void willDestroyWorkerGlobalScope() OVERRIDE; |
- virtual void workerGlobalScopeDestroyed() OVERRIDE; |
+ virtual void workerThreadTerminated() OVERRIDE; |
private: |
ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, blink::ExecutionContext&, WebServiceWorkerContextClient&); |