| Index: third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| index 06d2493a7aafbe47689b1366259209ae39ef1f00..9e3f1691ea5eadcb390ba0b5045d436d8278ea40 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| @@ -22,7 +22,7 @@ public:
|
| private:
|
| InterpolationValue maybeConvertValue(const CSSValue& value, const StyleResolverState&, ConversionCheckers&) const final
|
| {
|
| - RefPtrWillBeRawPtr<CSSValueList> tempList = nullptr;
|
| + RawPtr<CSSValueList> tempList = nullptr;
|
| if (!value.isBaseValueList()) {
|
| tempList = CSSValueList::createCommaSeparated();
|
| tempList->append(const_cast<CSSValue*>(&value)); // Take ref.
|
|
|