| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index dba68dd76c2c22d40379c499e7059b6391a8f909..eac825dce01b83d3619e5036adb080a2e59ed02e 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -1148,9 +1148,9 @@ bool CSSPrimitiveValue::hasVariableReference() const
|
| return isVariableReference();
|
| }
|
|
|
| -PassRefPtr<CSSPrimitiveValue> CSSPrimitiveValue::cloneForCSSOM() const
|
| +PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSPrimitiveValue::cloneForCSSOM() const
|
| {
|
| - RefPtr<CSSPrimitiveValue> result;
|
| + RefPtrWillBeRawPtr<CSSPrimitiveValue> result;
|
|
|
| switch (m_primitiveUnitType) {
|
| case CSS_STRING:
|
|
|