Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 99631cabd698722a17cb508b2b1917546db17b75..524576d93eabc0e000950b522a1ea17af2e51caf 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -30,10 +30,10 @@ |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "core/dom/BeforeTextInsertedEvent.h" |
+#include "core/events/BeforeTextInsertedEvent.h" |
#include "core/dom/Document.h" |
-#include "core/dom/Event.h" |
-#include "core/dom/EventNames.h" |
+#include "core/events/Event.h" |
+#include "core/events/EventNames.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/Text.h" |
#include "core/dom/shadow/ShadowRoot.h" |