| Index: Source/core/frame/FrameView.cpp | 
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp | 
| index 146a5adcc6321f4e45f6827630502395771054a9..9f26091bcd062824d2712a7b6e880ef3d30da11a 100644 | 
| --- a/Source/core/frame/FrameView.cpp | 
| +++ b/Source/core/frame/FrameView.cpp | 
| @@ -2877,7 +2877,7 @@ bool FrameView::isFlippedDocument() const | 
| if (!renderView) | 
| return false; | 
|  | 
| -    return renderView->style()->isFlippedBlocksWritingMode(); | 
| +    return renderView->hasFlippedBlocksWritingMode(); | 
| } | 
|  | 
| bool FrameView::scrollbarsDisabled() const | 
|  |