| Index: third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp
|
| index 0b22ed51aeaa21b2a97a429161daeb9384e4ebc5..3ef9a9f0642b11c663d907b0a56321b48e651b69 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp
|
| @@ -83,7 +83,7 @@ inline SearchBuffer::SearchBuffer(const String& target, FindOptions options)
|
| }
|
| }
|
|
|
| - m_textSearcher = makeUnique<TextSearcherICU>();
|
| + m_textSearcher = WTF::makeUnique<TextSearcherICU>();
|
| m_textSearcher->setPattern(StringView(m_target.data(), m_target.size()),
|
| !(m_options & CaseInsensitive));
|
|
|
|
|