Bug 1022481 - handle -moz-fixed in the no doc fonts case correctly. r=heycam

This commit is contained in:
John Daggett 2014-06-13 10:32:27 +09:00
Родитель 3dadae2521
Коммит c0051b7e8a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3958,6 +3958,7 @@ nsRuleNode::ComputeFontData(void* aStartStruct,
case eFamily_moz_fixed:
fl = FontFamilyList(eFamily_moz_fixed);
generic = kGenericFont_moz_fixed;
break;
default:
fl.Clear();
generic = kGenericFont_NONE;