| 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)
|
|
|