Index: Source/core/css/parser/CSSParserImpl.cpp |
diff --git a/Source/core/css/parser/CSSParserImpl.cpp b/Source/core/css/parser/CSSParserImpl.cpp |
index 57aa15886b1d6d77ac40822252dfc1da549b24df..4d1797896f8150787f481d2fc4c6e078131b5a32 100644 |
--- a/Source/core/css/parser/CSSParserImpl.cpp |
+++ b/Source/core/css/parser/CSSParserImpl.cpp |
@@ -711,7 +711,7 @@ void CSSParserImpl::consumeDeclarationValue(CSSParserTokenRange range, CSSProper |
CSSParserValueList valueList(range); |
if (!valueList.size()) |
return; // Parser error |
- CSSPropertyParser::parseValue(unresolvedProperty, important, &valueList, m_context, m_parsedProperties, ruleType); |
+ CSSPropertyParser::parseValue(unresolvedProperty, important, &valueList, &range, m_context, m_parsedProperties, ruleType); |
} |
PassOwnPtr<Vector<double>> CSSParserImpl::consumeKeyframeKeyList(CSSParserTokenRange range) |