Bug 1777147 - remove DownloadsSubview module reference. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D151862
This commit is contained in:
ui.sayuree 2022-07-15 14:28:08 +00:00
parent 3b6429d367
commit 8f559e5415

View File

@ -40,11 +40,6 @@ ChromeUtils.defineModuleGetter(
"DownloadsViewUI",
"resource:///modules/DownloadsViewUI.jsm"
);
ChromeUtils.defineModuleGetter(
this,
"DownloadsSubview",
"resource:///modules/DownloadsSubview.jsm"
);
ChromeUtils.defineModuleGetter(
this,
"FileUtils",