| Index: Source/core/editing/TextIterator.cpp
|
| diff --git a/Source/core/editing/TextIterator.cpp b/Source/core/editing/TextIterator.cpp
|
| index 285c1aec80372fe2df42ef9de96512e01d2c8766..3abab32e658aa18257842e684e1490f8529b1929 100644
|
| --- a/Source/core/editing/TextIterator.cpp
|
| +++ b/Source/core/editing/TextIterator.cpp
|
| @@ -37,13 +37,13 @@
|
| #include "core/editing/htmlediting.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLTextFormControlElement.h"
|
| -#include "core/platform/graphics/Font.h"
|
| #include "core/rendering/InlineTextBox.h"
|
| #include "core/rendering/RenderImage.h"
|
| #include "core/rendering/RenderTableCell.h"
|
| #include "core/rendering/RenderTableRow.h"
|
| #include "core/rendering/RenderTextControl.h"
|
| #include "core/rendering/RenderTextFragment.h"
|
| +#include "platform/fonts/Font.h"
|
| #include "platform/text/TextBoundaries.h"
|
| #include "platform/text/TextBreakIteratorInternalICU.h"
|
| #include "wtf/text/CString.h"
|
|
|