| Index: Source/core/workers/DedicatedWorkerContext.cpp
|
| diff --git a/Source/core/workers/DedicatedWorkerContext.cpp b/Source/core/workers/DedicatedWorkerContext.cpp
|
| index ad6e9a7ef3818a3ac67887ef547fef1bfb7c9d45..10a2ab4133a5d41d3b1f600d60d976819f606603 100644
|
| --- a/Source/core/workers/DedicatedWorkerContext.cpp
|
| +++ b/Source/core/workers/DedicatedWorkerContext.cpp
|
| @@ -30,12 +30,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "DedicatedWorkerContext.h"
|
| +#include "core/workers/DedicatedWorkerContext.h"
|
|
|
| -#include "DedicatedWorkerThread.h"
|
| -#include "WorkerObjectProxy.h"
|
| #include "core/dom/MessageEvent.h"
|
| #include "core/page/DOMWindow.h"
|
| +#include "core/workers/DedicatedWorkerThread.h"
|
| +#include "core/workers/WorkerObjectProxy.h"
|
|
|
| namespace WebCore {
|
|
|
|
|