mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834048 - Add required param for f.remove(). r=mfinkle
--HG-- extra : rebase_source : cd704a9fb1aa00a77eefba0e8ea9d8fda12bfdc3
This commit is contained in:
parent
150d8a6e2c
commit
f501a108c2
@ -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…
Reference in New Issue
Block a user