| Index: Source/core/dom/MessagePort.h
|
| diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
|
| index 34773c9bc35a36ff96c7f13f2d5599681dd6bcc1..53df123fd12819146a14d6919d3f2e217169d9a1 100644
|
| --- a/Source/core/dom/MessagePort.h
|
| +++ b/Source/core/dom/MessagePort.h
|
| @@ -28,8 +28,8 @@
|
| #define MessagePort_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "core/dom/EventListener.h"
|
| -#include "core/dom/EventTarget.h"
|
| +#include "core/events/EventListener.h"
|
| +#include "core/events/EventTarget.h"
|
| #include "core/dom/MessagePortChannel.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/OwnPtr.h"
|
|
|