| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index 473f7f1a9bcdd39b4d9fc44d1191a959a9e5fc75..5e371c95093cfecf09880c9cef9c58cfa4371e36 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -1963,7 +1963,7 @@ void RenderObject::mapLocalToContainer(const RenderLayerModelObject* paintInvali
|
| // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
|
| LayoutPoint centerPoint = roundedLayoutPoint(transformState.mappedPoint());
|
| if (mode & ApplyContainerFlip && o->isBox()) {
|
| - if (o->style()->isFlippedBlocksWritingMode())
|
| + if (o->style()->slowIsFlippedBlocksWritingMode())
|
| transformState.move(toRenderBox(o)->flipForWritingModeIncludingColumns(roundedLayoutPoint(transformState.mappedPoint())) - centerPoint);
|
| mode &= ~ApplyContainerFlip;
|
| }
|
|
|