| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 037b6467083ba664d8185381b29a51646373adfd..d47ad91dfa47c674f7b3728e442d690d2a24005a 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -156,7 +156,7 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackSize(CSSParserValueList& inputList);
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateAreas();
|
| - void parseGridLineNames(CSSParserValueList* inputList, CSSValueList&);
|
| + bool parseGridLineNames(CSSParserValueList* inputList, CSSValueList&);
|
|
|
| bool parseClipShape(CSSPropertyID, bool important);
|
|
|
|
|