| Index: Source/core/rendering/RenderBlockFlow.cpp
|
| diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp
|
| index 42032f1a23e62d55abc93c84857bd7297b0aace4..b81615d9f4b07f1d9562f05984981629c9563dc0 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.cpp
|
| +++ b/Source/core/rendering/RenderBlockFlow.cpp
|
| @@ -2174,7 +2174,7 @@ void RenderBlockFlow::removeFloatingObjects()
|
|
|
| LayoutPoint RenderBlockFlow::flipFloatForWritingModeForChild(const FloatingObject* child, const LayoutPoint& point) const
|
| {
|
| - if (!style()->isFlippedBlocksWritingMode())
|
| + if (!style()->slowIsFlippedBlocksWritingMode())
|
| return point;
|
|
|
| // This is similar to RenderBox::flipForWritingModeForChild. We have to subtract out our left/top offsets twice, since
|
|
|