| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index b81111176433e42498c28e88b87c5ca6ad705dba..980cfe691bb6d31e650a6c4f984f2d7c2e0ea3a0 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1463,7 +1463,7 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| if (!style)
|
| return nullptr;
|
|
|
| - propertyID = CSSProperty::resolveDirectionAwareProperty(propertyID, style->direction(), style->writingMode());
|
| + propertyID = CSSProperty::resolveDirectionAwareProperty(propertyID, style->direction());
|
|
|
| switch (propertyID) {
|
| case CSSPropertyInvalid:
|
|
|