| Index: Source/core/workers/WorkerContext.cpp
|
| diff --git a/Source/core/workers/WorkerContext.cpp b/Source/core/workers/WorkerContext.cpp
|
| index 90039ac9c16214a00aed2e1f75e0dee50fbf132d..21669bae3df378a02e85119f50916d799973cf29 100644
|
| --- a/Source/core/workers/WorkerContext.cpp
|
| +++ b/Source/core/workers/WorkerContext.cpp
|
| @@ -29,13 +29,8 @@
|
|
|
| #include "WorkerContext.h"
|
|
|
| -#include "ActiveDOMObject.h"
|
| #include "DOMURL.h"
|
| -#include "ErrorEvent.h"
|
| -#include "Event.h"
|
| -#include "EventException.h"
|
| #include "InspectorConsoleInstrumentation.h"
|
| -#include "MessagePort.h"
|
| #include "ScheduledAction.h"
|
| #include "ScriptCallStack.h"
|
| #include "ScriptSourceCode.h"
|
| @@ -46,6 +41,11 @@
|
| #include "WorkerScriptLoader.h"
|
| #include "WorkerThread.h"
|
| #include "XMLHttpRequestException.h"
|
| +#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/ErrorEvent.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventException.h"
|
| +#include "core/dom/MessagePort.h"
|
| #include "core/loader/WorkerThreadableLoader.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| #include "core/page/DOMTimer.h"
|
| @@ -61,7 +61,7 @@
|
| #include "NotificationCenter.h"
|
| #endif
|
|
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|