| Index: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| index b73a34c45a80c0744ec4b21070aedc6c00fd532c..9ff19bf7125a6eb0b04e052af87de98490232144 100644
|
| --- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| @@ -66,7 +66,7 @@ bool HyphenationMinikin::openDictionary(const AtomicString& locale) {
|
| return false;
|
| }
|
|
|
| - m_hyphenator = wrapUnique(Hyphenator::loadBinary(m_file.data()));
|
| + m_hyphenator = WTF::wrapUnique(Hyphenator::loadBinary(m_file.data()));
|
|
|
| return true;
|
| }
|
|
|