| Index: Source/core/editing/iterators/TextIterator.h
|
| diff --git a/Source/core/editing/iterators/TextIterator.h b/Source/core/editing/iterators/TextIterator.h
|
| index 2a1e3564ca25008a7c0fad1e047866c0ce29e238..771459d00fa86cd75006c125b5c864f94ecf6d46 100644
|
| --- a/Source/core/editing/iterators/TextIterator.h
|
| +++ b/Source/core/editing/iterators/TextIterator.h
|
| @@ -116,7 +116,7 @@ private:
|
| void handleTextBox();
|
| void handleTextNodeFirstLetter(LayoutTextFragment*);
|
| void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
|
| - void emitText(Node* textNode, LayoutText* renderer, 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
|
| // in the Range used to create the TextIterator.
|
|
|