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 60e9cdef734a81e5b953817a3a698a4bc833649c..d9451cf1c79f7221f3479be8864d06f9d8e7c524 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; |
+ std::unique_ptr<ParentFrameTaskRunners> m_mainThreadTaskRunners; |
+ |
std::unique_ptr<WorkerThread> m_workerThread; |
WebSharedWorkerClient* m_client; |