зеркало из https://github.com/mozilla/gecko-dev.git
Bug 412990: Sherlock engine conversion code fails to set icons, r=mano, a=schrep
This commit is contained in:
Родитель
a714da4a56
Коммит
444ed4227e
|
@ -2539,7 +2539,7 @@ SearchService.prototype = {
|
|||
bStream.close();
|
||||
|
||||
// Convert the byte array to a base64-encoded string
|
||||
var str = b64(bytes);
|
||||
var str = btoa(String.fromCharCode.apply(null, bytes));
|
||||
|
||||
aEngine._iconURI = makeURI(ICON_DATAURL_PREFIX + str);
|
||||
LOG("_importSherlockEngine: Set sherlock iconURI to: \"" +
|
||||
|
|
Загрузка…
Ссылка в новой задаче