| Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| index 14100cfaf6dbaa72276dc90e3766c131899daf88..7972df9a39c3b20d2fd48faf140198501d182dfe 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| @@ -155,7 +155,6 @@ class CORE_TEMPLATE_CLASS_EXPORT TextIteratorAlgorithm {
|
| int textEndOffset);
|
| size_t restoreCollapsedTrailingSpace(InlineTextBox* nextTextBox,
|
| size_t subrunEnd);
|
| - unsigned restoreCollapsedLeadingSpace(unsigned runStart);
|
|
|
| // Used by selection preservation code. There should be one character emitted
|
| // between every VisiblePosition in the Range used to create the TextIterator.
|
|
|