| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 9d667ea96f7015c515d7aaaae8d20d42ffe860ce..4bd173559eb86832b995d4b77db4fa6afaa66679 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -178,6 +178,7 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSBasicShape> parseBasicShapeInset(CSSParserValueList* args);
|
|
|
| bool parseFont(bool important);
|
| + void parseSystemFont(CSSValueID, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValueList> parseFontFamily();
|
|
|
| bool parseCounter(CSSPropertyID, int defaultValue, bool important);
|
|
|