зеркало из https://github.com/mozilla/pjs.git
Bug 377053. Don't return a local string object to callers of gfxQuartzFontCache::GetPostscriptNameForFontID. r=vlad
This commit is contained in:
Родитель
78645e6a98
Коммит
e9d3e75e92
|
@ -762,7 +762,7 @@ gfxQuartzFontCache::GetPostscriptNameForFontID(ATSUFontID fid)
|
||||||
|
|
||||||
if (!mFontIDTable.Get(PRUint32(fid), &fe)) {
|
if (!mFontIDTable.Get(PRUint32(fid), &fe)) {
|
||||||
NS_WARNING("Invalid font");
|
NS_WARNING("Invalid font");
|
||||||
return NS_LITERAL_STRING("INVALID_FONT");
|
return EmptyString();
|
||||||
}
|
}
|
||||||
|
|
||||||
return fe->Name();
|
return fe->Name();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче