| Index: Source/core/css/parser/CSSPropertyParser.h
 | 
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
 | 
| index 2c9ff18cf203a686e54b88d5b87370b4de0bfd3c..b31e14f41c94b2ccabd4e28a4c553332f47d79fe 100644
 | 
| --- a/Source/core/css/parser/CSSPropertyParser.h
 | 
| +++ b/Source/core/css/parser/CSSPropertyParser.h
 | 
| @@ -155,6 +155,7 @@ private:
 | 
|      bool parseGridTemplateShorthand(bool important);
 | 
|      bool parseGridShorthand(bool important);
 | 
|      bool parseGridAreaShorthand(bool important);
 | 
| +    bool parseGridGapShorthand(bool important);
 | 
|      bool parseSingleGridAreaLonghand(RefPtrWillBeRawPtr<CSSValue>&);
 | 
|      PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackList();
 | 
|      bool parseGridTrackRepeatFunction(CSSValueList&);
 | 
| 
 |