| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| index 94818b629aa51aba4d8e692c3a822515c070ae09..f547813969012e992e0d31126646d5df5f948e18 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| @@ -50,6 +50,7 @@ protected:
|
| // Creates a proxy to allow communicating with the worker's global scope. InProcessWorkerBase does not take ownership of the
|
| // created proxy. The proxy is expected to manage its own lifetime, and delete itself in response to terminateWorkerGlobalScope().
|
| virtual WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(ExecutionContext*) = 0;
|
| + WorkerGlobalScopeProxy* contextProxy() { return m_contextProxy; }
|
|
|
| private:
|
| // Callbacks for m_scriptLoader.
|
|
|