| Index: Source/core/events/EventDispatchMediator.cpp
|
| diff --git a/Source/core/dom/EventDispatchMediator.cpp b/Source/core/events/EventDispatchMediator.cpp
|
| similarity index 94%
|
| rename from Source/core/dom/EventDispatchMediator.cpp
|
| rename to Source/core/events/EventDispatchMediator.cpp
|
| index 45c92061a98826ef1f3b0ee1ddd115e3cd8be937..032d0b8f9ad50ca1950fd638d4fc92648fd6d85c 100644
|
| --- a/Source/core/dom/EventDispatchMediator.cpp
|
| +++ b/Source/core/events/EventDispatchMediator.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/events/EventDispatchMediator.h"
|
|
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventDispatcher.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventDispatcher.h"
|
|
|
| namespace WebCore {
|
|
|
|
|