Bug 412990: Sherlock engine conversion code fails to set icons, r=mano, a=schrep

This commit is contained in:
gavin@gavinsharp.com 2008-01-29 11:35:31 -08:00
Родитель a714da4a56
Коммит 444ed4227e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: \"" +