| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| index a47f70132fa5493ea8a7288e0b1b450841cfe47f..41ce11c916ab6a2901b82230f1e7bac7c396f32a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "core/workers/WorkerInspectorProxy.h"
|
|
|
| -#include "core/dom/ExecutionContextTask.h"
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/inspector/IdentifiersFactory.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| @@ -12,6 +11,7 @@
|
| #include "core/inspector/WorkerInspectorController.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerThread.h"
|
| +#include "platform/CrossThreadFunctional.h"
|
| #include "platform/WebTaskRunner.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/weborigin/KURL.h"
|
|
|