| Index: sky/engine/core/css/CSSProperty.h
|
| diff --git a/sky/engine/core/css/CSSProperty.h b/sky/engine/core/css/CSSProperty.h
|
| index c850ae52e4bb059fe47c126cb63de5be1fac10e6..89028e35e4c74b94e2727e3c9e8d2b72bf038eec 100644
|
| --- a/sky/engine/core/css/CSSProperty.h
|
| +++ b/sky/engine/core/css/CSSProperty.h
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| void wrapValueInCommaSeparatedList();
|
|
|
| - static CSSPropertyID resolveDirectionAwareProperty(CSSPropertyID, TextDirection, WritingMode);
|
| + static CSSPropertyID resolveDirectionAwareProperty(CSSPropertyID, TextDirection);
|
| static bool isAffectedByAllProperty(CSSPropertyID);
|
|
|
| const StylePropertyMetadata& metadata() const { return m_metadata; }
|
|
|