Bug 1416607 - follow-up - typo fix in error message. r=me

This commit is contained in:
Lee Salzman 2017-11-14 23:27:16 -05:00
parent 29099d481c
commit 011e836339

View File

@ -126,7 +126,7 @@ GetUnscaledFont(Translator *aTranslator, wr::FontKey key) {
aTranslator->GetFontContext());
RefPtr<UnscaledFont> unscaledFont;
if (!fontResource) {
gfxDevCrash(LogReason::NativeFontResourceNotFound) << "Failed to creative NativeFontResource for FontKey " << key.mHandle;
gfxDevCrash(LogReason::NativeFontResourceNotFound) << "Failed to create NativeFontResource for FontKey " << key.mHandle;
} else {
// Instance data is only needed for GDI fonts which webrender does not
// support.