Bug 251625: fix comment, patch by Serge Gautherie <gautheri@noos.fr>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@206774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
27872df3d4
commit
34e7c8490f
@ -749,9 +749,9 @@ nsDownloadManager::CancelDownload(const PRUnichar* aPath)
|
||||
|
||||
DownloadEnded(aPath, nsnull);
|
||||
|
||||
// dump the temp file. This should really be done when the transfer
|
||||
// is cancelled, but there's other cancelallation causes that shouldn't
|
||||
// remove this, we need to improve those bits
|
||||
// Dump the temp file. This should really be done when the transfer
|
||||
// is cancelled, but there are other cancellation causes that shouldn't
|
||||
// remove this. We need to improve those bits.
|
||||
nsCOMPtr<nsILocalFile> tempFile;
|
||||
internalDownload->GetTempFile(getter_AddRefs(tempFile));
|
||||
if (tempFile) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user