| Index: Source/core/events/GenericEventQueue.cpp
|
| diff --git a/Source/core/dom/GenericEventQueue.cpp b/Source/core/events/GenericEventQueue.cpp
|
| similarity index 97%
|
| rename from Source/core/dom/GenericEventQueue.cpp
|
| rename to Source/core/events/GenericEventQueue.cpp
|
| index b002fd63174824f456c595386103b4c1722defee..28a2c2524bbf8355d5cc222c0566103d6ad30129 100644
|
| --- a/Source/core/dom/GenericEventQueue.cpp
|
| +++ b/Source/core/events/GenericEventQueue.cpp
|
| @@ -25,9 +25,9 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/dom/GenericEventQueue.h"
|
| +#include "core/events/GenericEventQueue.h"
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|