| Index: Source/core/editing/iterators/TextIteratorTextState.h
|
| diff --git a/Source/core/editing/iterators/TextIteratorTextState.h b/Source/core/editing/iterators/TextIteratorTextState.h
|
| index 138b8864ff4cb6dc39984ec4a05a5887b0e6e624..932c81001558c2ef691c3034e6f7ae74a145a5cb 100644
|
| --- a/Source/core/editing/iterators/TextIteratorTextState.h
|
| +++ b/Source/core/editing/iterators/TextIteratorTextState.h
|
| @@ -47,7 +47,7 @@ public:
|
| void appendTextToStringBuilder(StringBuilder&, unsigned position = 0, unsigned maxLength = UINT_MAX) const;
|
|
|
| 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);
|
| void emitAltText(Node*);
|
| void updateForReplacedElement(Node* baseNode);
|
| void flushPositionOffsets() const;
|
|
|