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