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