diff --git a/mobile/chrome/content/downloads.js b/mobile/chrome/content/downloads.js index 07276f159a60..3d0c74709b8b 100644 --- a/mobile/chrome/content/downloads.js +++ b/mobile/chrome/content/downloads.js @@ -621,7 +621,7 @@ AlertDownloadProgressListener.prototype = { }, onDownloadStateChange: function(aState, aDownload) { -#ifdef ANDROID +#ifdef ANDROID let state = aDownload.state; switch (state) { case Ci.nsIDownloadManager.DOWNLOAD_FAILED: