зеркало из https://github.com/mozilla/gecko-dev.git
Bug 834400 - Use bind() in download callbacks. r=mfinkle
--HG-- extra : rebase_source : a736b3f7d71d47230370e551f620b9362f45f265
This commit is contained in:
Родитель
370e5c693f
Коммит
974d61d9b2
|
@ -439,7 +439,7 @@ let Downloads = {
|
|||
} catch (ex) {
|
||||
this.logError("openDownload() " + ex, aDownload);
|
||||
}
|
||||
});
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
removeDownload: function dl_removeDownload(aItem) {
|
||||
|
@ -458,7 +458,7 @@ let Downloads = {
|
|||
} catch (ex) {
|
||||
this.logError("removeDownload() " + ex, aDownload);
|
||||
}
|
||||
});
|
||||
}.bind(this));
|
||||
aItem.parentNode.removeChild(aItem);
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче