| Index: third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| index 45b3149a231f8781d2f6f150efae4daddac62139..ab074cd7b0ba84d1119623bc1c57465e69ac9e2c 100644
|
| --- a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| @@ -21,7 +21,7 @@ class TypedInterpolationValue {
|
| const InterpolationType& type,
|
| std::unique_ptr<InterpolableValue> interpolableValue,
|
| PassRefPtr<NonInterpolableValue> nonInterpolableValue = nullptr) {
|
| - return wrapUnique(new TypedInterpolationValue(
|
| + return WTF::wrapUnique(new TypedInterpolationValue(
|
| type, std::move(interpolableValue), std::move(nonInterpolableValue)));
|
| }
|
|
|
|
|