| Index: Source/core/events/WindowEventContext.cpp
|
| diff --git a/Source/core/dom/WindowEventContext.cpp b/Source/core/events/WindowEventContext.cpp
|
| similarity index 95%
|
| rename from Source/core/dom/WindowEventContext.cpp
|
| rename to Source/core/events/WindowEventContext.cpp
|
| index b9cbaa988cb64c322fd0014407a6bef46e988206..7ab4a5716dd9d8f13cabaa343afdd58358cb9dd8 100644
|
| --- a/Source/core/dom/WindowEventContext.cpp
|
| +++ b/Source/core/events/WindowEventContext.cpp
|
| @@ -25,11 +25,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/WindowEventContext.h"
|
| +#include "core/events/WindowEventContext.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventContext.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventContext.h"
|
| #include "core/dom/Node.h"
|
| #include "core/page/DOMWindow.h"
|
|
|
|
|