Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
index 712ac63343c065278f39968fd2470c819895aa67..42cfafb24ca2e6344b82f8e57bbd7318aad1a857 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp |
@@ -111,7 +111,7 @@ void TextIteratorTextState::flushPositionOffsets() const |
m_positionOffsetBaseNode = nullptr; |
} |
-void TextIteratorTextState::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset) |
+void TextIteratorTextState::spliceBuffer(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset) |
{ |
ASSERT(textNode); |
m_hasEmitted = true; |