Index: Source/core/events/EventDispatcher.cpp |
diff --git a/Source/core/dom/EventDispatcher.cpp b/Source/core/events/EventDispatcher.cpp |
similarity index 97% |
rename from Source/core/dom/EventDispatcher.cpp |
rename to Source/core/events/EventDispatcher.cpp |
index 9bcfb1134e771723e78f9696c9f83a772d9f9fa3..20bc6588d510c0e6179a7423b818ab6c7eb44eec 100644 |
--- a/Source/core/dom/EventDispatcher.cpp |
+++ b/Source/core/events/EventDispatcher.cpp |
@@ -24,15 +24,15 @@ |
*/ |
#include "config.h" |
-#include "core/dom/EventDispatcher.h" |
+#include "core/events/EventDispatcher.h" |
#include "core/dom/ContainerNode.h" |
-#include "core/dom/EventContext.h" |
-#include "core/dom/EventDispatchMediator.h" |
-#include "core/dom/EventRetargeter.h" |
-#include "core/dom/MouseEvent.h" |
-#include "core/dom/ScopedEventQueue.h" |
-#include "core/dom/WindowEventContext.h" |
+#include "core/events/EventContext.h" |
+#include "core/events/EventDispatchMediator.h" |
+#include "core/events/EventRetargeter.h" |
+#include "core/events/MouseEvent.h" |
+#include "core/events/ScopedEventQueue.h" |
+#include "core/events/WindowEventContext.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/page/FrameView.h" |
#include "wtf/RefPtr.h" |