| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 290f83aa9243729bbd834fc464cf3ffaf9300adc..fd2a3cd0dcfeaf94356e625f5e87315d81911b15 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -48,6 +48,7 @@
|
| namespace blink {
|
|
|
| class ConsoleMessage;
|
| +class ParentFrameTaskRunners;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| class WebLocalFrameImpl;
|
| @@ -144,6 +145,8 @@ private:
|
|
|
| Persistent<WorkerInspectorProxy> m_workerInspectorProxy;
|
|
|
| + Persistent<ParentFrameTaskRunners> m_mainThreadTaskRunners;
|
| +
|
| std::unique_ptr<WorkerThread> m_workerThread;
|
|
|
| WebSharedWorkerClient* m_client;
|
|
|