| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h | 
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h | 
| index f9f52dd05e3e96627dbc3fca5f372af50cb8356c..2c3723ecad55c4587f86ccaa08ce7eda380e2359 100644 | 
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h | 
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h | 
| @@ -45,8 +45,6 @@ class CORE_EXPORT TextIteratorTextState { | 
| explicit TextIteratorTextState(const TextIteratorBehavior&); | 
| ~TextIteratorTextState() {} | 
|  | 
| -  const String& GetString() const { return text_; } | 
| - | 
| int length() const { return text_length_; } | 
| UChar CharacterAt(unsigned index) const; | 
| String Substring(unsigned position, unsigned length) const; | 
|  |