adding comment for previous check-in b=328643 r=jshin

This commit is contained in:
masayuki%d-toybox.com 2006-02-27 17:42:16 +00:00
Родитель 1b5685357f
Коммит e647fcc7d2
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -139,6 +139,8 @@ gfxFontGroup::ForEachFont(FontCreationCallback fc,
prefName.AppendLiteral(".");
prefName.Append(mStyle.langGroup);
// prefs file always uses (must use) UTF-8 so that we can use
// |GetCharPref| and treat the result as a UTF-8 string.
nsXPIDLCString value;
nsresult rv = prefs->GetCharPref(prefName.get(), getter_Copies(value));
if (NS_SUCCEEDED(rv)) {