| Index: Source/core/workers/SharedWorkerContext.cpp
|
| diff --git a/Source/core/workers/SharedWorkerContext.cpp b/Source/core/workers/SharedWorkerContext.cpp
|
| index cdec24b4b2ce985914a1b59e9b4f57c8347e1644..9467af9a9bcc518f39e20e79f96e75e43ad96acb 100644
|
| --- a/Source/core/workers/SharedWorkerContext.cpp
|
| +++ b/Source/core/workers/SharedWorkerContext.cpp
|
| @@ -32,10 +32,10 @@
|
|
|
| #include "SharedWorkerContext.h"
|
|
|
| -#include "EventNames.h"
|
| -#include "MessageEvent.h"
|
| #include "ScriptCallStack.h"
|
| #include "SharedWorkerThread.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/MessageEvent.h"
|
| #include "core/page/DOMWindow.h"
|
| #include "core/platform/NotImplemented.h"
|
|
|
|
|