| 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 5180c5ea2ec846af2a61834884f45ae95bf2689c..b88a0a325a146a7efd44e3dc010ccf3432a377cf 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -48,7 +48,6 @@
|
| namespace blink {
|
|
|
| class ConsoleMessage;
|
| -class ParentFrameTaskRunners;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| class WebLocalFrameImpl;
|
| @@ -145,8 +144,6 @@ private:
|
|
|
| Persistent<WorkerInspectorProxy> m_workerInspectorProxy;
|
|
|
| - std::unique_ptr<ParentFrameTaskRunners> m_mainThreadTaskRunners;
|
| -
|
| std::unique_ptr<WorkerThread> m_workerThread;
|
|
|
| WebSharedWorkerClient* m_client;
|
|
|