Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
index 657d3a77f0c93fca9c7f8bba088774b6e8ff6460..7596cee18f72e55b6f574ba43ffc1c899c2de8c5 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
@@ -20,6 +20,8 @@ static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acce |
{ |
switch (propertyId) { |
case CSSPropertyFontSize: |
+ case CSSPropertyGridColumnGap: |
+ case CSSPropertyGridRowGap: |
case CSSPropertyHeight: |
case CSSPropertyWidth: |
case CSSPropertyMinHeight: |