Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index 54a3c230084faec60313c4d1cf9801294e13bf1a..a01e90870ade0b34e7aeb5ae3a15b6aeccc920f3 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -126,7 +126,6 @@ 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&, bool& isAutoRepeat); |