| Index: Source/core/workers/WorkerContext.cpp
|
| diff --git a/Source/core/workers/WorkerContext.cpp b/Source/core/workers/WorkerContext.cpp
|
| index 704e546d0098692349a38dc2a4e1f48a9fe34cad..ac1ed36571c42e57ca7dcda6948f5085f661676e 100644
|
| --- a/Source/core/workers/WorkerContext.cpp
|
| +++ b/Source/core/workers/WorkerContext.cpp
|
| @@ -38,9 +38,7 @@
|
| #include "Event.h"
|
| #include "EventException.h"
|
| #include "InspectorConsoleInstrumentation.h"
|
| -#include "KURL.h"
|
| #include "MessagePort.h"
|
| -#include "NotImplemented.h"
|
| #include "ScheduledAction.h"
|
| #include "ScriptCallStack.h"
|
| #include "ScriptSourceCode.h"
|
| @@ -54,6 +52,8 @@
|
| #include "WorkerThread.h"
|
| #include "WorkerThreadableLoader.h"
|
| #include "XMLHttpRequestException.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/NotImplemented.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/UnusedParam.h>
|
|
|
|
|