зеркало из https://github.com/mozilla/pjs.git
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
This commit is contained in:
Родитель
16db2ccca9
Коммит
6fc6f753f6
|
@ -145,7 +145,7 @@ NS_IMETHODIMP nsSHEntry::GetTitle(PRUnichar** aTitle)
|
||||||
// Default title is the URL.
|
// Default title is the URL.
|
||||||
nsCAutoString spec;
|
nsCAutoString spec;
|
||||||
if ( NS_SUCCEEDED( mURI->GetSpec( spec ) ) ) {
|
if ( NS_SUCCEEDED( mURI->GetSpec( spec ) ) ) {
|
||||||
mTitle = NS_ConvertUTF8toUCS2( spec );
|
AppendUTF8toUTF16(spec, mTitle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче