| Index: Source/core/animation/CSSValueInterpolationType.cpp
|
| diff --git a/Source/core/animation/CSSValueInterpolationType.cpp b/Source/core/animation/CSSValueInterpolationType.cpp
|
| index 7b91a827e17e77174a16d04bc0cdbdd6820db002..55b32b52b5b4b24ea3d4d8ca9c6c6f18dedbe8ae 100644
|
| --- a/Source/core/animation/CSSValueInterpolationType.cpp
|
| +++ b/Source/core/animation/CSSValueInterpolationType.cpp
|
| @@ -38,7 +38,7 @@ private:
|
| DEFINE_NON_INTERPOLABLE_VALUE_TYPE(CSSValueNonInterpolableValue);
|
| DEFINE_NON_INTERPOLABLE_VALUE_TYPE_CASTS(CSSValueNonInterpolableValue);
|
|
|
| -PassOwnPtrWillBeRawPtr<InterpolationValue> CSSValueInterpolationType::maybeConvertSingle(const CSSPropertySpecificKeyframe& keyframe, const StyleResolverState*, ConversionCheckers&) const
|
| +PassOwnPtr<InterpolationValue> CSSValueInterpolationType::maybeConvertSingle(const CSSPropertySpecificKeyframe& keyframe, const StyleResolverState*, ConversionCheckers&) const
|
| {
|
| return InterpolationValue::create(*this, InterpolableList::create(0), CSSValueNonInterpolableValue::create(keyframe.value()));
|
| }
|
|
|