Index: third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
index a1c468b8ed89d6dde1c772893b3a2b3b2625a853..cbb4d165c84ebc9ed7ff3c4ef35374a8659e581b 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
@@ -113,7 +113,7 @@ class InheritedRotationChecker : public InterpolationType::ConversionChecker { |
public: |
static std::unique_ptr<InheritedRotationChecker> create( |
const Rotation& inheritedRotation) { |
- return wrapUnique(new InheritedRotationChecker(inheritedRotation)); |
+ return WTF::wrapUnique(new InheritedRotationChecker(inheritedRotation)); |
} |
bool isValid(const InterpolationEnvironment& environment, |