| Index: Source/core/events/EventContext.cpp
|
| diff --git a/Source/core/dom/EventContext.cpp b/Source/core/events/EventContext.cpp
|
| similarity index 95%
|
| rename from Source/core/dom/EventContext.cpp
|
| rename to Source/core/events/EventContext.cpp
|
| index b1d2fe8ed496a6ea277f6fb5f218637a0d057516..dd0a1c078eff87c0a12bb17ad09c412e6b226c01 100644
|
| --- a/Source/core/dom/EventContext.cpp
|
| +++ b/Source/core/events/EventContext.cpp
|
| @@ -25,14 +25,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/EventContext.h"
|
| +#include "core/events/EventContext.h"
|
|
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/FocusEvent.h"
|
| -#include "core/dom/MouseEvent.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/FocusEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/StaticNodeList.h"
|
| -#include "core/dom/TouchEvent.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/dom/TouchList.h"
|
|
|
| namespace WebCore {
|
|
|