| Index: Source/core/workers/WorkerInspectorProxy.h
|
| diff --git a/Source/core/workers/WorkerInspectorProxy.h b/Source/core/workers/WorkerInspectorProxy.h
|
| index 13ed596c7c32ba896031069db9fbfad85ac89fbc..fdb652f2142d65b69754b8a6e18b15b1f4d5ca23 100644
|
| --- a/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/WebThread.h"
|
| +#include "public/platform/WebTaskRunner.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -52,7 +52,7 @@ public:
|
| private:
|
| WorkerInspectorProxy();
|
|
|
| - void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<WebThread::Task>);
|
| + void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<WebTaskRunner::Task>);
|
|
|
| WorkerThread* m_workerThread;
|
| RawPtrWillBeMember<ExecutionContext> m_executionContext;
|
|
|