| 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 a86a431b11feade1820efad9a32d926d41759808..be67360322601986a12c77535deecd83be10dc7b 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/WebTaskRunner.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -52,7 +51,7 @@ public:
|
| private:
|
| WorkerInspectorProxy();
|
|
|
| - void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<WebTaskRunner::Task>);
|
| + void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<Closure>);
|
|
|
| WorkerThread* m_workerThread;
|
| RawPtrWillBeMember<ExecutionContext> m_executionContext;
|
|
|