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 95365c5609678b1325c4cae2e6fd45a57fd39c87..246205b86416d588f3681997ef85a9894e29baec 100644 |
--- a/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp |
@@ -276,14 +276,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::legacyParseValue(CSSProperty |
parsedValue = parseGridTrackList(); |
break; |
- case CSSPropertyGridColumnEnd: |
- case CSSPropertyGridColumnStart: |
- case CSSPropertyGridRowEnd: |
- case CSSPropertyGridRowStart: |
- ASSERT(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
- parsedValue = parseGridPosition(); |
- break; |
- |
case CSSPropertyGridTemplateAreas: |
ASSERT(RuntimeEnabledFeatures::cssGridLayoutEnabled()); |
parsedValue = parseGridTemplateAreas(); |