Index: third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
index 60e82cc18960452182bc3bb937337c4e2527067a..474576738139b147fc5b4b7e8db7e05c1340d6b7 100644 |
--- a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
@@ -264,11 +264,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::legacyParseValue(CSSProperty |
ASSERT(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
parsedValue = parseGridAutoFlow(*m_valueList); |
break; |
- case CSSPropertyGridAutoColumns: |
- case CSSPropertyGridAutoRows: |
- ASSERT(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
- parsedValue = parseGridTrackSize(*m_valueList); |
- break; |
case CSSPropertyGridTemplateColumns: |
case CSSPropertyGridTemplateRows: |