| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 5d3ad3c3fb10e61ee7366b4d10910c57d9fc7dfc..56d5a960a8537d6f4f1678d0d156d1eb8938cf77 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -1931,7 +1931,7 @@ void RenderBox::computeRectForRepaint(const RenderLayerModelObject* repaintConta
|
| if (!o)
|
| return;
|
|
|
| - if (isWritingModeRoot() && !isOutOfFlowPositioned())
|
| + if (isWritingModeRoot())
|
| flipForWritingMode(rect);
|
|
|
| LayoutPoint topLeft = rect.location();
|
|
|