| Index: Source/core/workers/WorkerMessagingProxy.h
|
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
|
| index 0e64c52df86cf59066a49aa5d368e7d771603c7f..2ebb6dca8d779ff4cd7f41ebf96cab5147780ac4 100644
|
| --- a/Source/core/workers/WorkerMessagingProxy.h
|
| +++ b/Source/core/workers/WorkerMessagingProxy.h
|
| @@ -86,6 +86,7 @@ protected:
|
|
|
| private:
|
| static void workerObjectDestroyedInternal(ExecutionContext*, WorkerMessagingProxy*);
|
| + void terminateInternally();
|
|
|
| RefPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| OwnPtr<WorkerObjectProxy> m_workerObjectProxy;
|
|
|