| Index: Source/core/workers/WorkerContextProxy.h
|
| diff --git a/Source/core/workers/WorkerContextProxy.h b/Source/core/workers/WorkerContextProxy.h
|
| index eb6da0bc5b586e82f0b2b88b2968769319397d44..1ae03487e84f5ae4a0b95a37e9865a4a0aab1718 100644
|
| --- a/Source/core/workers/WorkerContextProxy.h
|
| +++ b/Source/core/workers/WorkerContextProxy.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WorkerContextProxy_h
|
| #define WorkerContextProxy_h
|
|
|
| -#include "WorkerThread.h"
|
| #include "core/dom/MessagePort.h"
|
| +#include "core/workers/WorkerThread.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
|
|