| Index: third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| index 99a74d1637223605cbf2349acc37f00b74458cce..8463fbe9988dfdc54872b20ac667b22c6665f04b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| @@ -57,7 +57,7 @@ class CSSTextIndentNonInterpolableValue : public NonInterpolableValue {
|
| CSSTextIndentNonInterpolableValue(
|
| PassRefPtr<NonInterpolableValue> lengthNonInterpolableValue,
|
| const IndentMode& mode)
|
| - : m_lengthNonInterpolableValue(lengthNonInterpolableValue),
|
| + : m_lengthNonInterpolableValue(std::move(lengthNonInterpolableValue)),
|
| m_mode(mode) {}
|
|
|
| RefPtr<NonInterpolableValue> m_lengthNonInterpolableValue;
|
|
|