Bug 1433037 - WindowsPreviewPerTab should use decodeImageAsync, r=aosmond

This commit is contained in:
Andrea Marchesini 2018-03-26 17:59:11 +02:00
Родитель 25ab1ff0da
Коммит f02b4b3641
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -101,8 +101,8 @@ function _imageFromURI(uri, privateMode, callback) {
try {
let threadManager = Cc["@mozilla.org/thread-manager;1"].getService();
imgTools.decodeImage(inputStream, channel.contentType, decodeCallback,
threadManager.currentThread);
imgTools.decodeImageAsync(inputStream, channel.contentType,
decodeCallback, threadManager.currentThread);
} catch (e) {
// We failed, so use the default favicon (only if this wasn't the default
// favicon).