| Index: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| index ed5c3ec71cfdfac6d5cdeeb0651f4971482a9550..8aebb5ec7a2b4c05588de38e1b7365522820ebda 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| @@ -104,7 +104,7 @@ void FontCache::setStatusFontMetrics(const wchar_t* familyName,
|
| FontCache::FontCache() : m_purgePreventCount(0) {
|
| m_fontManager = sk_ref_sp(s_staticFontManager);
|
| if (!m_fontManager)
|
| - m_fontManager.reset(SkFontMgr_New_DirectWrite());
|
| + m_fontManager = SkFontMgr_New_DirectWrite();
|
| ASSERT(m_fontManager.get());
|
| }
|
|
|
|
|