| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 9ab81218a98406f24418e694a081be469bdf2cf6..bb2712c8d677db57e89462e741d40098018a843f 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1625,12 +1625,10 @@ void Document::inheritHtmlAndBodyElementStyles(StyleRecalcChange change)
|
| }
|
|
|
| WritingMode rootWritingMode = documentElementStyle->writingMode();
|
| - bool isHorizontalWritingMode = documentElementStyle->isHorizontalWritingMode();
|
| TextDirection rootDirection = documentElementStyle->direction();
|
|
|
| if (!writingModeSetOnDocumentElement() && body()) {
|
| rootWritingMode = bodyStyle->writingMode();
|
| - isHorizontalWritingMode = bodyStyle->isHorizontalWritingMode();
|
| }
|
|
|
| if (!directionSetOnDocumentElement() && body())
|
|
|