diff options
Diffstat (limited to 'WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp')
-rw-r--r-- | WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp b/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp index bf1cd2e..9252ae0 100644 --- a/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp +++ b/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp @@ -288,7 +288,7 @@ static bool fontContainsCharacter(const FontPlatformData* fontData, if (count == 0 && ChromiumBridge::ensureFontLoaded(hfont)) count = GetFontUnicodeRanges(hdc, 0); if (count == 0) { - ASSERT_NOT_REACHED(); + LOG_ERROR("Unable to get the font unicode range after second attempt"); SelectObject(hdc, oldFont); ReleaseDC(0, hdc); return true; |