Index: Source/core/css/parser/CSSParserFastPaths.cpp |
diff --git a/Source/core/css/parser/CSSParserFastPaths.cpp b/Source/core/css/parser/CSSParserFastPaths.cpp |
index 467569ac37dd18d763c688a378f873c0c61b799a..b3e615ac65b61d6bb73b85ca49b8229389d3179a 100644 |
--- a/Source/core/css/parser/CSSParserFastPaths.cpp |
+++ b/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: |