| Index: sky/engine/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| diff --git a/sky/engine/build/scripts/templates/StyleBuilder.cpp.tmpl b/sky/engine/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| index 537baf0b6fbde46856c5466803673ba1d85315a2..12d5ba415a0da98a63beb7505e766fe24bc03316 100644
|
| --- a/sky/engine/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| +++ b/sky/engine/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| @@ -33,7 +33,7 @@ void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& sta
|
| case {{property_id}}:
|
| {% endfor %}
|
| {
|
| - CSSPropertyID resolvedProperty = CSSProperty::resolveDirectionAwareProperty(property, state.style()->direction(), state.style()->writingMode());
|
| + CSSPropertyID resolvedProperty = CSSProperty::resolveDirectionAwareProperty(property, state.style()->direction());
|
| ASSERT(resolvedProperty != property);
|
| applyProperty(resolvedProperty, state, value);
|
| return;
|
|
|