| Index: Source/core/workers/WorkerMessagingProxy.cpp
|
| diff --git a/Source/core/workers/WorkerMessagingProxy.cpp b/Source/core/workers/WorkerMessagingProxy.cpp
|
| index d4a872a59ff9390e2d701199d7703082c1c193ff..2eaff4465e7a0c79a02cd871c731f04f157926d8 100644
|
| --- a/Source/core/workers/WorkerMessagingProxy.cpp
|
| +++ b/Source/core/workers/WorkerMessagingProxy.cpp
|
| @@ -27,13 +27,10 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "WorkerMessagingProxy.h"
|
| +#include "core/workers/WorkerMessagingProxy.h"
|
|
|
| -#include "DedicatedWorkerContext.h"
|
| -#include "DedicatedWorkerThread.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "ScriptCallStack.h"
|
| -#include "Worker.h"
|
| #include "WorkerDebuggerAgent.h"
|
| #include "WorkerInspectorController.h"
|
| #include "core/dom/CrossThreadTask.h"
|
| @@ -46,6 +43,9 @@
|
| #include "core/page/DOMWindow.h"
|
| #include "core/page/PageGroup.h"
|
| #include "core/platform/NotImplemented.h"
|
| +#include "core/workers/DedicatedWorkerContext.h"
|
| +#include "core/workers/DedicatedWorkerThread.h"
|
| +#include "core/workers/Worker.h"
|
| #include <wtf/MainThread.h>
|
|
|
| namespace WebCore {
|
|
|