Index: Source/core/editing/iterators/TextIterator.cpp |
diff --git a/Source/core/editing/iterators/TextIterator.cpp b/Source/core/editing/iterators/TextIterator.cpp |
index dc29e19f1b6a637083098eb602f246525f357540..f581d4c4b14187ac21bcd9e5c3c5055b79798eb9 100644 |
--- a/Source/core/editing/iterators/TextIterator.cpp |
+++ b/Source/core/editing/iterators/TextIterator.cpp |
@@ -45,8 +45,8 @@ |
#include "core/html/HTMLTextFormControlElement.h" |
#include "core/layout/LayoutTableCell.h" |
#include "core/layout/LayoutTableRow.h" |
+#include "core/layout/LayoutTextControl.h" |
#include "core/layout/line/InlineTextBox.h" |
-#include "core/rendering/RenderTextControl.h" |
#include "core/rendering/RenderTextFragment.h" |
#include "platform/fonts/Font.h" |
#include "wtf/text/CString.h" |