| Index: Source/core/css/CSSParser.cpp
|
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
|
| index fd5ab4227b16739c4be1c11f78769e8f6db2c028..796162de1413454a8f11eb9559f2339d29a61ee4 100644
|
| --- a/Source/core/css/CSSParser.cpp
|
| +++ b/Source/core/css/CSSParser.cpp
|
| @@ -2441,10 +2441,10 @@ bool CSSParser::parseValue(CSSPropertyID propId, bool important)
|
| return false;
|
| return parseGridTrackList(propId, important);
|
|
|
| - case CSSPropertyGridStart:
|
| - case CSSPropertyGridEnd:
|
| - case CSSPropertyGridBefore:
|
| - case CSSPropertyGridAfter:
|
| + case CSSPropertyGridColumnEnd:
|
| + case CSSPropertyGridColumnStart:
|
| + case CSSPropertyGridRowEnd:
|
| + case CSSPropertyGridRowStart:
|
| if (!RuntimeEnabledFeatures::cssGridLayoutEnabled())
|
| return false;
|
| parsedValue = parseGridPosition();
|
|
|