Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 205c87a39c1339a4b03bb152d6613cc5b549fb17..44dd2e8501a483727510a4ed1c5a2878d0b13339 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -26,21 +26,21 @@ |
#include "config.h" |
#include "HTMLTextAreaElement.h" |
-#include "Attribute.h" |
-#include "BeforeTextInsertedEvent.h" |
#include "CSSValueKeywords.h" |
-#include "Document.h" |
-#include "ElementShadow.h" |
-#include "Event.h" |
-#include "EventNames.h" |
-#include "ExceptionCode.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "FormController.h" |
#include "FormDataList.h" |
#include "HTMLNames.h" |
-#include "ShadowRoot.h" |
-#include "Text.h" |
#include "TextControlInnerElements.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/BeforeTextInsertedEvent.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/Event.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/Text.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |
#include "core/editing/TextIterator.h" |