Index: Source/core/events/Event.cpp |
diff --git a/Source/core/dom/Event.cpp b/Source/core/events/Event.cpp |
similarity index 97% |
rename from Source/core/dom/Event.cpp |
rename to Source/core/events/Event.cpp |
index 5b653df3bc5087e35d954177c86d98fcc33e658d..2e5faed8f8c60d802ebf283e6f5e39cb2c5dc9f0 100644 |
--- a/Source/core/dom/Event.cpp |
+++ b/Source/core/events/Event.cpp |
@@ -21,10 +21,10 @@ |
*/ |
#include "config.h" |
-#include "core/dom/Event.h" |
+#include "core/events/Event.h" |
-#include "core/dom/EventNames.h" |
-#include "core/dom/EventTarget.h" |
+#include "core/events/EventNames.h" |
+#include "core/events/EventTarget.h" |
#include "core/dom/StaticNodeList.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/text/AtomicString.h" |