| Index: third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
|
| index 3ae08776216ac8baadb525f323c8a9e928c98b78..6caf693d8da0d1fa207793c9987e748e9278527c 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
|
| @@ -137,7 +137,7 @@ PairwiseInterpolationValue CSSOffsetRotateInterpolationType::maybeMergeSingles(
|
| return nullptr;
|
| return PairwiseInterpolationValue(std::move(start.interpolableValue),
|
| std::move(end.interpolableValue),
|
| - start.nonInterpolableValue.release());
|
| + std::move(start.nonInterpolableValue));
|
| }
|
|
|
| InterpolationValue
|
|
|