Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h

Issue 1122723005: Rename renderer to layoutObject in core/editing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698