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 c73a4b5fc0345e2ea229f455a90b36218af6f37f..5df5cf55d5f76d4d81c6fc9fd2ce42ed60b3167e 100644 |
--- a/Source/core/css/parser/BisonCSSParser-in.cpp |
+++ b/Source/core/css/parser/BisonCSSParser-in.cpp |
@@ -3941,7 +3941,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>. |