Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
index 93cb3b8ac3fda13560f87df731c53a298eec3a4f..c4d80dfb39147967c7c97ccf80e470395f75d711 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
@@ -133,7 +133,7 @@ class InheritedTransformChecker : public InterpolationType::ConversionChecker { |
public: |
static std::unique_ptr<InheritedTransformChecker> create( |
const TransformOperations& inheritedTransform) { |
- return wrapUnique(new InheritedTransformChecker(inheritedTransform)); |
+ return WTF::wrapUnique(new InheritedTransformChecker(inheritedTransform)); |
} |
bool isValid(const InterpolationEnvironment& environment, |