зеркало из https://github.com/mozilla/gecko-dev.git
changes for Carbon r=pchen/a=sfraser. bug# 42100
This commit is contained in:
Родитель
edfbf87df3
Коммит
0a6ff9c033
|
@ -864,7 +864,8 @@ void nsDeviceContextMac :: InitFontInfoList()
|
|||
(TextPtr)unicodeFontName , sizeof(unicodeFontName), &actualOutputLength);
|
||||
unicodeFontName[actualOutputLength / sizeof(PRUnichar)] = '\0';
|
||||
|
||||
FontNameKey key(unicodeFontName);
|
||||
nsAutoString temp(unicodeFontName);
|
||||
FontNameKey key(temp);
|
||||
gFontInfoList->Put(&key, (void*)fontFamily);
|
||||
}
|
||||
if (converter)
|
||||
|
|
Загрузка…
Ссылка в новой задаче