зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1307220. Assert font file exists if using default font with skia. r=lsalzman
This commit is contained in:
Родитель
d7f92dae54
Коммит
4dc759d9fa
|
@ -110,7 +110,7 @@ gfxDWriteFont::gfxDWriteFont(gfxFontEntry *aFontEntry,
|
|||
static_cast<gfxDWriteFontFamily*>(fontList->GetDefaultFont(aFontStyle));
|
||||
|
||||
mFont = defaultFontFamily->GetDefaultFont();
|
||||
NS_WARNING("Using default font");
|
||||
MOZ_ASSERT(mFont);
|
||||
}
|
||||
|
||||
HRESULT hr = mFont->GetFontFamily(getter_AddRefs(mFontFamily));
|
||||
|
|
Загрузка…
Ссылка в новой задаче