| Index: Source/core/editing/TextIterator.cpp
 | 
| diff --git a/Source/core/editing/TextIterator.cpp b/Source/core/editing/TextIterator.cpp
 | 
| index f8fe266fec1778a2cd1133c220df152580424521..f9ccca7335d9ae30bd7b765b50367568ed0c00d3 100644
 | 
| --- a/Source/core/editing/TextIterator.cpp
 | 
| +++ b/Source/core/editing/TextIterator.cpp
 | 
| @@ -38,10 +38,8 @@
 | 
|  #include "core/editing/htmlediting.h"
 | 
|  #include "core/html/HTMLElement.h"
 | 
|  #include "core/html/HTMLTextFormControlElement.h"
 | 
| -#include "core/page/Frame.h"
 | 
|  #include "core/platform/graphics/Font.h"
 | 
|  #include "core/platform/text/TextBoundaries.h"
 | 
| -#include "core/platform/text/TextBreakIterator.h"
 | 
|  #include "core/rendering/InlineTextBox.h"
 | 
|  #include "core/rendering/RenderImage.h"
 | 
|  #include "core/rendering/RenderTableCell.h"
 | 
| 
 |