| Index: Source/core/rendering/RenderText.cpp
|
| diff --git a/Source/core/rendering/RenderText.cpp b/Source/core/rendering/RenderText.cpp
|
| index d083b2e1d0596e6d4d2ad3d09a16496e6ff82450..234913c40b723c99813530735e8e5326ae84df5c 100644
|
| --- a/Source/core/rendering/RenderText.cpp
|
| +++ b/Source/core/rendering/RenderText.cpp
|
| @@ -603,7 +603,7 @@ PositionWithAffinity RenderText::positionForPoint(const LayoutPoint& point)
|
|
|
| LayoutUnit pointLineDirection = firstTextBox()->isHorizontal() ? point.x() : point.y();
|
| LayoutUnit pointBlockDirection = firstTextBox()->isHorizontal() ? point.y() : point.x();
|
| - bool blocksAreFlipped = style()->isFlippedBlocksWritingMode();
|
| + bool blocksAreFlipped = style()->slowIsFlippedBlocksWritingMode();
|
|
|
| InlineTextBox* lastBox = 0;
|
| for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
|
|
|