| Index: third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
|
| index 64caf31630c00ccf725feabf089b917cba8805ef..3539399a1b102f905695f98407d91dbc2ba0acc8 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
|
| @@ -174,7 +174,7 @@ class SVGTransformListChecker : public InterpolationType::ConversionChecker {
|
| public:
|
| static std::unique_ptr<SVGTransformListChecker> create(
|
| const InterpolationValue& underlying) {
|
| - return wrapUnique(new SVGTransformListChecker(underlying));
|
| + return WTF::wrapUnique(new SVGTransformListChecker(underlying));
|
| }
|
|
|
| bool isValid(const InterpolationEnvironment&,
|
|
|