| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| index 34061f3b8d3536e289eb7ce265684e75f415ba00..a86a431b11feade1820efad9a32d926d41759808 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -6,7 +6,6 @@
|
| #define WorkerInspectorProxy_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/workers/WorkerThread.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebTaskRunner.h"
|
| #include "wtf/Forward.h"
|
| @@ -17,6 +16,7 @@
|
| class KURL;
|
| class WebTraceLocation;
|
| class WorkerGlobalScopeProxy;
|
| +class WorkerThread;
|
|
|
| // A proxy for talking to the worker inspector on the worker thread.
|
| // All of these methods should be called on the main thread.
|
| @@ -36,7 +36,6 @@
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
| - WorkerThreadStartMode workerStartMode(ExecutionContext*);
|
| void workerThreadCreated(ExecutionContext*, WorkerThread*, const KURL&);
|
| void workerThreadTerminated();
|
|
|
|
|