| Index: Source/core/dom/ScriptExecutionContext.cpp
|
| diff --git a/Source/core/dom/ScriptExecutionContext.cpp b/Source/core/dom/ScriptExecutionContext.cpp
|
| index aebad662dd5b4df1a6d74abbdb262802e6c656b6..389a6b086986d258c052be0e7fa0bb29fb35750e 100644
|
| --- a/Source/core/dom/ScriptExecutionContext.cpp
|
| +++ b/Source/core/dom/ScriptExecutionContext.cpp
|
| @@ -31,14 +31,14 @@
|
| #include "DatabaseContext.h"
|
| #include "PublicURLManager.h"
|
| #include "ScriptCallStack.h"
|
| -#include "WorkerContext.h"
|
| -#include "WorkerThread.h"
|
| #include "core/dom/ErrorEvent.h"
|
| #include "core/dom/EventTarget.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/cache/CachedScript.h"
|
| #include "core/page/DOMTimer.h"
|
| +#include "core/workers/WorkerContext.h"
|
| +#include "core/workers/WorkerThread.h"
|
| #include <wtf/MainThread.h>
|
| #include <wtf/MemoryInstrumentationHashMap.h>
|
| #include <wtf/MemoryInstrumentationVector.h>
|
|
|