| Index: third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h b/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
|
| index c323003b0034c9783b56d498150dcfaa1a876e83..b48e10d036c68ec49969504decb296607d9c692f 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
|
| +++ b/third_party/WebKit/Source/core/animation/LengthUnitsChecker.h
|
| @@ -30,7 +30,7 @@ class LengthUnitsChecker : public InterpolationType::ConversionChecker {
|
| }
|
| if (!create)
|
| return nullptr;
|
| - return wrapUnique(
|
| + return WTF::wrapUnique(
|
| new LengthUnitsChecker(std::move(lengthArray), lastIndex));
|
| }
|
|
|
|
|