diff --git a/gfx/thebes/src/gfxQuartzFontCache.mm b/gfx/thebes/src/gfxQuartzFontCache.mm index 034a6cd3930..562eca0f688 100644 --- a/gfx/thebes/src/gfxQuartzFontCache.mm +++ b/gfx/thebes/src/gfxQuartzFontCache.mm @@ -312,7 +312,7 @@ MacOSFamilyEntry::FindFontForChar(FontSearch *aMatchData) // if we didn't match any characters don't bother wasting more time. if (rank == 0) - return; + continue; // omitting from original windows code -- family name, lang group, pitch // not available in current FontEntry implementation