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 c09db6e5f6d2a11afab9594fe2407e5a5cd3fb98..3c9a5025520e17a060a2ecbe1ef838eef7d8c2a6 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h |
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h |
@@ -46,7 +46,7 @@ public: |
String substring(unsigned position, unsigned length) const; |
void appendTextToStringBuilder(StringBuilder&, unsigned position = 0, unsigned maxLength = UINT_MAX) const; |
- 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); |
void emitAltText(Node*); |
void updateForReplacedElement(Node* baseNode); |