Index: third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
index 99807a3bfc69e73833eb3770e26059e7847acb67..199c52dfeaa67ba2b47bb232a298b2a27069dae5 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
@@ -13,7 +13,7 @@ namespace blink { |
using namespace WTF::Unicode; |
SymbolsIterator::SymbolsIterator(const UChar* buffer, unsigned bufferSize) |
- : m_utf16Iterator(makeUnique<UTF16TextIterator>(buffer, bufferSize)), |
+ : m_utf16Iterator(WTF::makeUnique<UTF16TextIterator>(buffer, bufferSize)), |
m_bufferSize(bufferSize), |
m_nextChar(0), |
m_atEnd(bufferSize == 0), |