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 b6055081c78276e0c4f9a86d6dbfaf386fe38ca8..a2b4e5e40c014792558612ec9cfc109827e25d44 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp |
@@ -23,6 +23,10 @@ namespace blink { |
static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, |
bool& acceptsNegativeNumbers) { |
switch (propertyId) { |
+ case CSSPropertyBlockSize: |
+ case CSSPropertyInlineSize: |
+ case CSSPropertyMinBlockSize: |
+ case CSSPropertyMinInlineSize: |
case CSSPropertyFontSize: |
case CSSPropertyGridColumnGap: |
case CSSPropertyGridRowGap: |