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

Unified Diff: Source/core/layout/BidiRunForLine.cpp

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge w/HEAD again Created 5 years, 10 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/layout/BidiRunForLine.cpp
diff --git a/Source/core/layout/BidiRunForLine.cpp b/Source/core/layout/BidiRunForLine.cpp
index 57b39ba81f0556a15ad1c744a81d66793150fcd9..c2c6b4df8c50ac3ae5e0bb25080c688cafdc7e72 100644
--- a/Source/core/layout/BidiRunForLine.cpp
+++ b/Source/core/layout/BidiRunForLine.cpp
@@ -55,7 +55,7 @@ static LayoutObject* firstLayoutObjectForDirectionalityDetermination(
while (current) {
next = 0;
if (isIteratorTarget(current) && !(current->isText()
- && toRenderText(current)->isAllCollapsibleWhitespace()))
+ && toLayoutText(current)->isAllCollapsibleWhitespace()))
break;
if (!isIteratorTarget(current)

Powered by Google App Engine
This is Rietveld 408576698