| Index: third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| index 8ec6efcfe4c25315c39966441ea3108b4539d240..ecdc6e07e5e5959b4742b72aad41ebe4c6b13849 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| @@ -121,7 +121,7 @@ PairwiseInterpolationValue CSSBasicShapeInterpolationType::maybeMergeSingles(
|
| return nullptr;
|
| return PairwiseInterpolationValue(std::move(start.interpolableValue),
|
| std::move(end.interpolableValue),
|
| - start.nonInterpolableValue.release());
|
| + std::move(start.nonInterpolableValue));
|
| }
|
|
|
| InterpolationValue
|
|
|