Backout bug 477934 because of Tshutdown regression

This commit is contained in:
Dão Gottwald 2009-05-07 11:51:14 +02:00
parent 82009c7512
commit b63445511d

View File

@ -531,7 +531,6 @@ nsSafeFileOutputStream::Close()
NS_IMETHODIMP
nsSafeFileOutputStream::Finish()
{
Flush();
nsresult rv = nsFileOutputStream::Close();
// if there is no temp file, don't try to move it over the original target.