mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 924098: Fixed mismatch in variable name |aReason| in allDownloadsViewOverlay.js, r=gijs
This commit is contained in:
parent
492cc52566
commit
8b0ee91f44
@ -259,7 +259,7 @@ DownloadElementShell.prototype = {
|
||||
}.bind(this),
|
||||
|
||||
function onFailure(aReason) {
|
||||
if (reason instanceof OS.File.Error && reason.becauseNoSuchFile) {
|
||||
if (aReason instanceof OS.File.Error && aReason.becauseNoSuchFile) {
|
||||
this._targetFileInfoFetched = true;
|
||||
this._targetFileExists = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user