| Index: Source/core/rendering/RenderView.cpp
|
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
|
| index 087783cc38ab9102493719cb33908d615bf16c7e..294735b508bd2683e1e7260aeb3c54a732808b3a 100644
|
| --- a/Source/core/rendering/RenderView.cpp
|
| +++ b/Source/core/rendering/RenderView.cpp
|
| @@ -373,7 +373,7 @@ void RenderView::mapRectToPaintInvalidationBacking(const RenderLayerModelObject*
|
| if (document().printing())
|
| return;
|
|
|
| - if (style()->isFlippedBlocksWritingMode()) {
|
| + if (style()->slowIsFlippedBlocksWritingMode()) {
|
| // We have to flip by hand since the view's logical height has not been determined. We
|
| // can use the viewport width and height.
|
| if (style()->isHorizontalWritingMode())
|
|
|