Bug 1428042 - Remove reference to the removed file DownloadImport.jsm. r=florian draft
authorPaolo Amadini <paolo.mozmail@amadzone.org>
Mon, 08 Jan 2018 13:55:25 +0000
changeset 717217 a89140271900e71376c2d77531fa0c02ce4c4176
parent 717183 ca379fcca95b1f4a3744242ea8647004b99b3507
child 745190 f668015d22d10e20082d58fa2560c0c42f2e5faf
push id94603
push userpaolo.mozmail@amadzone.org
push dateMon, 08 Jan 2018 13:56:24 +0000
reviewersflorian
bugs1428042
milestone59.0a1
Bug 1428042 - Remove reference to the removed file DownloadImport.jsm. r=florian MozReview-Commit-ID: 69IJeyJvsRX
toolkit/components/jsdownloads/src/DownloadIntegration.jsm
--- a/toolkit/components/jsdownloads/src/DownloadIntegration.jsm
+++ b/toolkit/components/jsdownloads/src/DownloadIntegration.jsm
@@ -23,18 +23,16 @@ XPCOMUtils.defineLazyModuleGetter(this, 
 XPCOMUtils.defineLazyModuleGetter(this, "AppConstants",
                                   "resource://gre/modules/AppConstants.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "DeferredTask",
                                   "resource://gre/modules/DeferredTask.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "Downloads",
                                   "resource://gre/modules/Downloads.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "DownloadStore",
                                   "resource://gre/modules/DownloadStore.jsm");
-XPCOMUtils.defineLazyModuleGetter(this, "DownloadImport",
-                                  "resource://gre/modules/DownloadImport.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "DownloadUIHelper",
                                   "resource://gre/modules/DownloadUIHelper.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "FileUtils",
                                   "resource://gre/modules/FileUtils.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "NetUtil",
                                   "resource://gre/modules/NetUtil.jsm");
 XPCOMUtils.defineLazyModuleGetter(this, "OS",
                                   "resource://gre/modules/osfile.jsm");