| Index: Source/core/events/MessageEvent.cpp
|
| diff --git a/Source/core/dom/MessageEvent.cpp b/Source/core/events/MessageEvent.cpp
|
| similarity index 98%
|
| rename from Source/core/dom/MessageEvent.cpp
|
| rename to Source/core/events/MessageEvent.cpp
|
| index 2bfbf006187b99a9a87726e1f4cbb3f924437be0..0608a18f4be4365d2d7eb00e99aa4e2436039378 100644
|
| --- a/Source/core/dom/MessageEvent.cpp
|
| +++ b/Source/core/events/MessageEvent.cpp
|
| @@ -26,9 +26,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/MessageEvent.h"
|
| +#include "core/events/MessageEvent.h"
|
|
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/page/DOMWindow.h"
|
|
|
| namespace WebCore {
|
|
|