Index: third_party/WebKit/Source/wtf/text/TextPosition.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextPosition.cpp b/third_party/WebKit/Source/wtf/text/TextPosition.cpp |
index 46d157cbb77026beb70960f28514189187807267..236f74716581f0be994bd84f5c3b2f0920b8be89 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextPosition.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextPosition.cpp |
@@ -33,7 +33,7 @@ |
namespace WTF { |
std::unique_ptr<Vector<unsigned>> lineEndings(const String& text) { |
- std::unique_ptr<Vector<unsigned>> result(makeUnique<Vector<unsigned>>()); |
+ std::unique_ptr<Vector<unsigned>> result(WTF::makeUnique<Vector<unsigned>>()); |
unsigned start = 0; |
while (start < text.length()) { |