| Index: third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h
|
| index 95d31d048ef2485a4493b5084d964c05c84e7763..e1294589df915c3158fb550030baaf199b1713bc 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h
|
| @@ -31,6 +31,7 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/workers/WorkerGlobalScopeProxy.h"
|
| #include "core/workers/WorkerLoaderProxy.h"
|
| +#include "core/workers/WorkerThreadStartupData.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -74,6 +75,7 @@ public:
|
| void workerThreadTerminated();
|
|
|
| void workerThreadCreated(PassRefPtr<WorkerThread>);
|
| + ExecutionContext& executionContext() { return *m_executionContext.get(); }
|
|
|
| ExecutionContext* executionContext() const { return m_executionContext.get(); }
|
|
|
|
|