| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 2550757bf3132e57099f09e026870e4226758e1d..a1c86cd242319e6ccfc17a7f9655bc316d8b4c32 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -763,7 +763,7 @@ bool RenderFlexibleBox::updateAutoMarginsInCrossAxis(RenderBox& child, LayoutUni
|
| // so that flipForRightToLeftColumn will do the right thing.
|
| shouldAdjustTopOrLeft = false;
|
| }
|
| - if (!isColumnFlow() && child.style()->isFlippedBlocksWritingMode()) {
|
| + if (!isColumnFlow() && child.style()->slowIsFlippedBlocksWritingMode()) {
|
| // If we are a flipped writing mode, we need to adjust the opposite side. This is only needed
|
| // for row flows because this only affects the block-direction axis.
|
| shouldAdjustTopOrLeft = false;
|
|
|