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