| Index: Source/core/css/CSSParser.cpp
|
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
|
| index 85b391dc3a29a7b3c71c23682f03cdc4531d55c0..dbbe2e962ae61f3c9b17a77458e65c033b0518db 100644
|
| --- a/Source/core/css/CSSParser.cpp
|
| +++ b/Source/core/css/CSSParser.cpp
|
| @@ -4661,7 +4661,7 @@ PassRefPtr<CSSPrimitiveValue> CSSParser::parseGridTrackSize()
|
|
|
| PassRefPtr<CSSPrimitiveValue> CSSParser::parseGridBreadth(CSSParserValue* currentValue)
|
| {
|
| - if (currentValue->id == CSSValueWebkitMinContent || currentValue->id == CSSValueWebkitMaxContent)
|
| + if (currentValue->id == CSSValueMinContent || currentValue->id == CSSValueMaxContent)
|
| return cssValuePool().createIdentifierValue(currentValue->id);
|
|
|
| if (currentValue->unit == CSSPrimitiveValue::CSS_FR) {
|
|
|