| Index: third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.cpp b/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| index da2011104f05b9186b55b600b5a4bcb4d182da7b..c4641700f28adbe9fe27c58a544fd6d93e126394 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| @@ -307,7 +307,7 @@ bool MutableStylePropertySet::setProperty(const AtomicString& customPropertyName
|
| return CSSParser::parseValueForCustomProperty(this, customPropertyName, value, important, contextStyleSheet);
|
| }
|
|
|
| -void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValue* value, bool important)
|
| +void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const CSSValue* value, bool important)
|
| {
|
| StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
|
| if (!shorthand.length()) {
|
|
|