Bug 924098: Fixed mismatch in variable name |aReason| in allDownloadsViewOverlay.js, r=gijs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user