| Index: Source/core/css/CSSParser.cpp
|
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
|
| index 19a51c46bc358af0a20bcfb2e2e1b415ec6d9479..35315dccb19a262f04e3dda13cd8bafc389d50e2 100644
|
| --- a/Source/core/css/CSSParser.cpp
|
| +++ b/Source/core/css/CSSParser.cpp
|
| @@ -4644,7 +4644,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) {
|
|
|