| Index: Source/core/dom/MessagePort.h
|
| diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
|
| index 24cd46818a3e290780945fced09746f8b152d8b5..6276aad8feeb8226f82884eeba12790955b2329e 100644
|
| --- a/Source/core/dom/MessagePort.h
|
| +++ b/Source/core/dom/MessagePort.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef MessagePort_h
|
| #define MessagePort_h
|
|
|
| -#include "EventListener.h"
|
| -#include "EventTarget.h"
|
| -#include "MessagePortChannel.h"
|
| +#include "core/dom/EventListener.h"
|
| +#include "core/dom/EventTarget.h"
|
| +#include "core/dom/MessagePortChannel.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|