| Index: Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
|
| diff --git a/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h b/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
|
| index f9c9641897aad46eb1c9273ac5c9f5ed8a79a45c..aab7ca676f08e17580567737955dd6054abc7378 100644
|
| --- a/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
|
| +++ b/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h
|
| @@ -108,7 +108,7 @@ private:
|
| // Whether m_node has advanced beyond the iteration range (i.e. m_startNode).
|
| bool m_havePassedStartNode;
|
|
|
| - // Should handle first-letter renderer in the next call to handleTextNode.
|
| + // Should handle first-letter layoutObject in the next call to handleTextNode.
|
| bool m_shouldHandleFirstLetter;
|
|
|
| // Used when the iteration should stop if form controls are reached.
|
|
|