зеркало из https://github.com/mozilla/gecko-dev.git
Bug 259890 don't call Remove(PR_TRUE) to delete a file
r=bzbarsky sr=darin
This commit is contained in:
Родитель
261b59579b
Коммит
1d5fd2d211
|
@ -2223,7 +2223,7 @@ NS_IMETHODIMP nsExternalAppHandler::Cancel()
|
|||
if (!mReceivedDispositionInfo ||
|
||||
(mTempFile && action != nsIMIMEInfo::saveToDisk))
|
||||
{
|
||||
mTempFile->Remove(PR_TRUE);
|
||||
mTempFile->Remove(PR_FALSE);
|
||||
mTempFile = nsnull;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче