зеркало из https://github.com/mozilla/pjs.git
Bug 412990: Sherlock engine conversion code fails to set icons, r=mano, a=schrep
This commit is contained in:
Родитель
7af38b471a
Коммит
560f8e951c
|
@ -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: \"" +
|
||||
|
|
Загрузка…
Ссылка в новой задаче