Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
index b9ff3660e143805af3ace75a5d403ab58addb3a9..e1b42038592b13c16493322bfa16367f95927f0b 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
@@ -42,7 +42,6 @@ |
namespace blink { |
-class ParentFrameTaskRunners; |
class ServiceWorkerGlobalScopeProxy; |
class WebLocalFrameImpl; |
class WebServiceWorkerNetworkProvider; |
@@ -110,8 +109,6 @@ private: |
// Kept around only while main script loading is ongoing. |
RefPtr<WorkerScriptLoader> m_mainScriptLoader; |
- std::unique_ptr<ParentFrameTaskRunners> m_mainThreadTaskRunners; |
- |
std::unique_ptr<WorkerThread> m_workerThread; |
RefPtr<WorkerLoaderProxy> m_loaderProxy; |
Persistent<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy; |