| Index: Source/core/css/CSSProperty.cpp
|
| diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
|
| index 55148c3a050838935aa4ed1dfe68bc6c1720e89b..252ede8df4cba782b637995774851359be070343 100644
|
| --- a/Source/core/css/CSSProperty.cpp
|
| +++ b/Source/core/css/CSSProperty.cpp
|
| @@ -47,7 +47,7 @@ CSSPropertyID StylePropertyMetadata::shorthandID() const
|
|
|
| void CSSProperty::wrapValueInCommaSeparatedList()
|
| {
|
| - RefPtr<CSSValue> value = m_value.release();
|
| + RefPtrWillBeRawPtr<CSSValue> value = m_value.release();
|
| m_value = CSSValueList::createCommaSeparated();
|
| toCSSValueList(m_value.get())->append(value.release());
|
| }
|
|
|