Fix optimized-only bustage from fastload landing.

This commit is contained in:
dbaron%fas.harvard.edu 2001-07-31 20:37:26 +00:00
parent 069feea3b5
commit 789d7a9704

View File

@ -4676,7 +4676,7 @@ nsXULDocument::AbortFastLoads()
#ifdef DEBUG
gFastLoadFile->MoveTo(nsnull, "Aborted.mfasl");
#else
gFastLoadFile->Delete(PR_FALSE);
gFastLoadFile->Remove(PR_FALSE);
#endif
}