| Index: third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| index 9613062a1bec1460d64b7f97d1834e829bf0d265..ca1fff33ee8d3f9502ca0d92c1425339fe2f27e0 100644
|
| --- a/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
|
| @@ -63,7 +63,7 @@ PairwiseInterpolationValue ShadowInterpolationFunctions::maybeMergeSingles(
|
| return nullptr;
|
| return PairwiseInterpolationValue(std::move(start.interpolableValue),
|
| std::move(end.interpolableValue),
|
| - start.nonInterpolableValue.release());
|
| + std::move(start.nonInterpolableValue));
|
| }
|
|
|
| InterpolationValue ShadowInterpolationFunctions::convertShadowData(
|
|
|