| Index: Source/core/animation/CSSValueInterpolationType.cpp
|
| diff --git a/Source/core/animation/CSSValueInterpolationType.cpp b/Source/core/animation/CSSValueInterpolationType.cpp
|
| index 90e10b35c2f43752c1144a230460645c9ae2a0cc..f4cb43e83bb54ccf09d1493bfd859eb28d682f2c 100644
|
| --- a/Source/core/animation/CSSValueInterpolationType.cpp
|
| +++ b/Source/core/animation/CSSValueInterpolationType.cpp
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| PassOwnPtrWillBeRawPtr<InterpolationValue> CSSValueInterpolationType::maybeConvertSingle(const CSSPropertySpecificKeyframe& keyframe, const StyleResolverState*, ConversionCheckers&) const
|
| {
|
| - return InterpolationValue::create(*this, InterpolableList::create(0), DefaultNonInterpolableValue::create(*keyframe.value()));
|
| + return InterpolationValue::create(*this, InterpolableList::create(0), DefaultNonInterpolableValue::create(keyframe.value()));
|
| }
|
|
|
| void CSSValueInterpolationType::apply(const InterpolableValue&, const NonInterpolableValue* nonInterpolableValue, StyleResolverState& state) const
|
|
|