Index: Source/core/events/EventTarget.cpp |
diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp |
index d6103f29ef1ce919fbc64196c54c08032bdb5834..0ed894c534a57d6672c2556a64090014c2ed8b4f 100644 |
--- a/Source/core/events/EventTarget.cpp |
+++ b/Source/core/events/EventTarget.cpp |
@@ -32,8 +32,8 @@ |
#include "config.h" |
#include "core/events/EventTarget.h" |
-#include "bindings/v8/ExceptionState.h" |
-#include "bindings/v8/V8DOMActivityLogger.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/V8DOMActivityLogger.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/NoEventDispatchAssertion.h" |
#include "core/editing/Editor.h" |