Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
index 158af1be312e2f54e2efd5e9097d458948209ee9..3eb0bd03be163e7fe82663a25a059d0707ae4286 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h |
@@ -35,7 +35,7 @@ class PathPositionMapper { |
public: |
static std::unique_ptr<PathPositionMapper> create(const Path& path) { |
- return wrapUnique(new PathPositionMapper(path)); |
+ return WTF::wrapUnique(new PathPositionMapper(path)); |
} |
enum PositionType { |