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