| Index: sky/engine/core/css/CSSProperty.h
|
| diff --git a/sky/engine/core/css/CSSProperty.h b/sky/engine/core/css/CSSProperty.h
|
| index 050b34d7b05db911c20f60406507c74c7e1c88c5..9a39901fa460bb75f667b9fab48fcc0bb248ffed 100644
|
| --- a/sky/engine/core/css/CSSProperty.h
|
| +++ b/sky/engine/core/css/CSSProperty.h
|
| @@ -75,7 +75,6 @@ public:
|
| void wrapValueInCommaSeparatedList();
|
|
|
| static CSSPropertyID resolveDirectionAwareProperty(CSSPropertyID, TextDirection);
|
| - static bool isAffectedByAllProperty(CSSPropertyID);
|
|
|
| const StylePropertyMetadata& metadata() const { return m_metadata; }
|
|
|
|
|