mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 834048 - Add required param for f.remove(). r=mfinkle
--HG-- extra : rebase_source : cd704a9fb1aa00a77eefba0e8ea9d8fda12bfdc3
This commit is contained in:
parent
974d61d9b2
commit
6057d6b207
@ -454,7 +454,7 @@ let Downloads = {
|
||||
}
|
||||
aDownload.remove();
|
||||
try {
|
||||
if (f) f.remove();
|
||||
if (f) f.remove(false);
|
||||
} catch (ex) {
|
||||
this.logError("removeDownload() " + ex, aDownload);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user