| 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 a6de4a6a9aa42b4a4da597a575c2197c886ca11f..7e3ca291926f92910076dd51bc14845b1cc87789 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h
|
| @@ -121,7 +121,7 @@ private:
|
| bool handleNonTextNode();
|
| void handleTextBox();
|
| void handleTextNodeFirstLetter(LayoutTextFragment*);
|
| - void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
|
| + void spliceBuffer(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
|
| void emitText(Node* textNode, LayoutText* layoutObject, int textStartOffset, int textEndOffset);
|
|
|
| // Used by selection preservation code. There should be one character emitted between every VisiblePosition
|
|
|