| Index: Source/core/css/StylePropertySet.cpp
|
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
|
| index 78d600fa42a745186c47def4ecc99be6b5d77c6e..200de92982e7b8e44739b9491537fce95e4debc9 100644
|
| --- a/Source/core/css/StylePropertySet.cpp
|
| +++ b/Source/core/css/StylePropertySet.cpp
|
| @@ -255,7 +255,7 @@ void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSPrimitive
|
| setProperty(propertyID, CSSValue(prpValue), important);
|
| }
|
|
|
| -void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValue prpValue, bool important)
|
| +void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const CSSValue& prpValue, bool important)
|
| {
|
| StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
|
| if (!shorthand.length()) {
|
|
|