| Index: Source/core/workers/WorkerMessagingProxy.h
|
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
|
| index 0e64c52df86cf59066a49aa5d368e7d771603c7f..004d4fb8cb372bf3e233892709b6c09368e17bdd 100644
|
| --- a/Source/core/workers/WorkerMessagingProxy.h
|
| +++ b/Source/core/workers/WorkerMessagingProxy.h
|
| @@ -71,7 +71,7 @@ public:
|
| void confirmMessageFromWorkerObject(bool hasPendingActivity);
|
| void reportPendingActivity(bool hasPendingActivity);
|
| void workerGlobalScopeClosed();
|
| - void workerGlobalScopeDestroyed();
|
| + void workerThreadTerminated();
|
|
|
| // Implementation of WorkerLoaderProxy.
|
| // These methods are called on different threads to schedule loading
|
|
|