| Index: public/web/WebDOMMessageEvent.h
|
| diff --git a/public/web/WebDOMMessageEvent.h b/public/web/WebDOMMessageEvent.h
|
| index dace1537e38d52d333115e9a6949115fa54c5b56..b9254face9cd2798fc445bf1593b7e45e7b5af84 100644
|
| --- a/public/web/WebDOMMessageEvent.h
|
| +++ b/public/web/WebDOMMessageEvent.h
|
| @@ -35,8 +35,8 @@
|
| #include "WebSerializedScriptValue.h"
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/MessageEvent.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/MessageEvent.h"
|
| #endif
|
|
|
| namespace WebKit {
|
|
|