| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index e27fa5ce66af073d3b35c869321c000938253407..8b082c78598b56264b1ab0d8053348048309681e 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -3224,7 +3224,7 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseGridPosition()
|
|
|
| static PassRefPtrWillBeRawPtr<CSSValue> gridMissingGridPositionValue(CSSValue* value)
|
| {
|
| - if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->isString())
|
| + if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->isCustomIdent())
|
| return value;
|
|
|
| return cssValuePool().createIdentifierValue(CSSValueAuto);
|
|
|