зеркало из https://github.com/mozilla/gecko-dev.git
nsAutoString i/f has changed, need to align code accordingly to avoid build
error.
This commit is contained in:
Родитель
219e7b6f2e
Коммит
ef689697f2
|
@ -2675,7 +2675,7 @@ nsFontMetricsXP::FindGenericFont(nsFontSearch* aSearch)
|
|||
char name[128];
|
||||
if (mLangGroup) {
|
||||
nsAutoString pref = prefix;
|
||||
pref.Append('.');
|
||||
pref.AppendWithConversion('.');
|
||||
const PRUnichar* langGroup = nsnull;
|
||||
mLangGroup->GetUnicode(&langGroup);
|
||||
pref.Append(langGroup);
|
||||
|
|
Загрузка…
Ссылка в новой задаче