| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| index eff2bd9a4827e2f10b3f4bf602258aa95f5206b4..f8dd47cc825149ff02b018ec19e8ddfd527529b3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| @@ -45,7 +45,7 @@ class ParentShadowListChecker : public InterpolationType::ConversionChecker {
|
| public:
|
| static std::unique_ptr<ParentShadowListChecker> create(CSSPropertyID property, PassRefPtr<ShadowList> shadowList)
|
| {
|
| - return wrapUnique(new ParentShadowListChecker(property, shadowList));
|
| + return wrapUnique(new ParentShadowListChecker(property, std::move(shadowList)));
|
| }
|
|
|
| private:
|
|
|