Index: Source/core/workers/WorkerReportingProxy.h |
diff --git a/Source/core/workers/WorkerReportingProxy.h b/Source/core/workers/WorkerReportingProxy.h |
index a96c5f80630ad16baa1b9140419c4cf85cc68a42..836fd173a88e7a2e44063904f153c7660fc1cd29 100644 |
--- a/Source/core/workers/WorkerReportingProxy.h |
+++ b/Source/core/workers/WorkerReportingProxy.h |
@@ -59,7 +59,7 @@ public: |
// Invoked when the thread is stopped and WorkerGlobalScope is being |
// destructed. (This is be the last method that is called on this |
// interface) |
- virtual void workerGlobalScopeDestroyed() = 0; |
+ virtual void workerThreadTerminated() = 0; |
// Invoked when the thread is about to be stopped and WorkerGlobalScope |
// is to be destructed. (When this is called it is guaranteed that |