| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| index 0c14b0e997a8e2ea4a12382eb5399af6c856ecd9..fd037217b8b9bac07624ca956729f68e31467958 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| static PassRefPtr<AnimatableStrokeDasharrayList> create(PassRefPtr<SVGDashArray> lengths, float zoom)
|
| {
|
| - return adoptRef(new AnimatableStrokeDasharrayList(lengths, zoom));
|
| + return adoptRef(new AnimatableStrokeDasharrayList(std::move(lengths), zoom));
|
| }
|
|
|
| PassRefPtr<SVGDashArray> toSVGDashArray(float zoom) const;
|
|
|