Bug 271174 - build problem with SUNWspro compilers. r=darin

This commit is contained in:
tor%cs.brown.edu 2004-11-23 18:01:01 +00:00
Родитель a586fb7a82
Коммит 15c27f5665
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -412,7 +412,7 @@ FindFont(const nsString& aFamily, PRBool aGeneric, void *aData)
if (alias) {
// XXX this might cause a stack-overflow if there are cyclic
// aliases in sFontAliases
retval = FindFont(nsString(*alias), PR_FALSE, aData);
retval = FindFont(*alias, PR_FALSE, aData);
}
}