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

Unified Diff: Source/core/editing/iterators/CharacterIterator.cpp

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
« no previous file with comments | « Source/core/editing/htmlediting.cpp ('k') | Source/core/editing/iterators/FullyClippedStateStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/iterators/CharacterIterator.cpp
diff --git a/Source/core/editing/iterators/CharacterIterator.cpp b/Source/core/editing/iterators/CharacterIterator.cpp
index 2d8eef111804315f6910d47608d0f642f5e06454..0ee5357cc42b47e66e28d36b2801d4b02709247f 100644
--- a/Source/core/editing/iterators/CharacterIterator.cpp
+++ b/Source/core/editing/iterators/CharacterIterator.cpp
@@ -642,7 +642,7 @@ void findPlainText(const Position& inputStart, const Position& inputEnd, const S
{
resultStart.clear();
resultEnd.clear();
- // CharacterIterator requires renderers to be up-to-date.
+ // CharacterIterator requires layoutObjects to be up-to-date.
if (!inputStart.inDocument())
return;
ASSERT(inputStart.document() == inputEnd.document());
« no previous file with comments | « Source/core/editing/htmlediting.cpp ('k') | Source/core/editing/iterators/FullyClippedStateStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698