Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index f50216e98e21f314a05609bef3402e4f5b99336f..b19ac997706bd43ef8c4e3e38e637890e9bb61aa 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -153,7 +153,7 @@ private: |
PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*); |
bool parseGridTemplateAreasRow(NamedGridAreaMap&, const size_t, size_t&); |
PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateAreas(); |
- void parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = 0); |
+ bool parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = 0); |
PassRefPtrWillBeRawPtr<CSSValue> parseGridAutoFlow(CSSParserValueList&); |
bool parseClipShape(CSSPropertyID, bool important); |