| Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| index b5ad40729e8334923790ba4f894c620bacddbb12..2f43369f324c09508f6ce6b67b76354409b86e90 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| @@ -16,7 +16,7 @@ class InheritedNumberChecker : public InterpolationType::ConversionChecker {
|
| public:
|
| static std::unique_ptr<InheritedNumberChecker> create(CSSPropertyID property,
|
| double number) {
|
| - return wrapUnique(new InheritedNumberChecker(property, number));
|
| + return WTF::wrapUnique(new InheritedNumberChecker(property, number));
|
| }
|
|
|
| private:
|
|
|