| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 803be9771751ec0b7a08be3c9191c409c81aaec7..c3630310d8c5bb125f0b03dbf064adf432b01667 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -171,6 +171,7 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSBasicShape> parseBasicShapeInset(CSSParserValueList* args);
|
|
|
| bool parseFont(bool important);
|
| + void parseSystemFont(bool important);
|
| PassRefPtrWillBeRawPtr<CSSValueList> parseFontFamily();
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseCounter(int defaultValue);
|
|
|