| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
|
| index 5f8b48a905face8c4f45bb3945465b550ffc1ef7..c82875cb07b2c0a79ac120fa478163461b4ebfed 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp
|
| @@ -30,7 +30,7 @@ ScriptValue CSSStyleValue::parse(ScriptState* scriptState, const String& propert
|
| return ScriptValue::createNull(scriptState);
|
| }
|
|
|
| - CSSValue* cssValue = CSSParser::parseSingleValue(propertyID, value, strictCSSParserContext());
|
| + const CSSValue* cssValue = CSSParser::parseSingleValue(propertyID, value, strictCSSParserContext());
|
| if (!cssValue)
|
| return ScriptValue::createNull(scriptState);
|
|
|
|
|