| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index d195f74a61d27ae73ce2c4a2adb3a6f6d35dbd34..5526cb93a3cac4a67d7c303cfed85fa6c231e4d0 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -183,6 +183,7 @@ public:
|
| PassRefPtr<CSSValue> parseGridTrackSize(CSSParserValueList& inputList);
|
| PassRefPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*);
|
| PassRefPtr<CSSValue> parseGridTemplate();
|
| + void parseGridLineNames(CSSParserValueList*, CSSValueList&);
|
|
|
| bool parseClipShape(CSSPropertyID, bool important);
|
|
|
|
|