| Index: Source/core/css/parser/BisonCSSParser-in.cpp
|
| diff --git a/Source/core/css/parser/BisonCSSParser-in.cpp b/Source/core/css/parser/BisonCSSParser-in.cpp
|
| index 1a7ea41993a6493b64b7ae6870a9160b2b0bfd6b..4174652ff28385ed71dfcb59e07dbe10b3556c83 100644
|
| --- a/Source/core/css/parser/BisonCSSParser-in.cpp
|
| +++ b/Source/core/css/parser/BisonCSSParser-in.cpp
|
| @@ -3923,7 +3923,7 @@ void BisonCSSParser::parseFillPosition(CSSParserValueList* valueList, RefPtr<CSS
|
| if (!value1)
|
| return;
|
|
|
| - value = valueList->next();
|
| + valueList->next();
|
|
|
| // In case we are parsing more than two values, relax the check inside of parseFillPositionComponent. top 20px is
|
| // a valid start for <position>.
|
|
|