| Index: public/web/WebDOMMessageEvent.h
|
| diff --git a/public/web/WebDOMMessageEvent.h b/public/web/WebDOMMessageEvent.h
|
| index 92623f1658989517f8839d4d18ecc25692f285c1..3f14903423b5d9e912df90ad76104811bd12dbc5 100644
|
| --- a/public/web/WebDOMMessageEvent.h
|
| +++ b/public/web/WebDOMMessageEvent.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef WebDOMMessageEvent_h
|
| #define WebDOMMessageEvent_h
|
|
|
| -#include "../platform/WebMessagePortChannel.h"
|
| #include "WebDOMEvent.h"
|
| #include "WebSerializedScriptValue.h"
|
| +#include "public/platform/WebMessagePortChannel.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| #include "core/events/Event.h"
|
|
|