mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
Fix optimized-only bustage from fastload landing.
This commit is contained in:
parent
069feea3b5
commit
789d7a9704
@ -4676,7 +4676,7 @@ nsXULDocument::AbortFastLoads()
|
||||
#ifdef DEBUG
|
||||
gFastLoadFile->MoveTo(nsnull, "Aborted.mfasl");
|
||||
#else
|
||||
gFastLoadFile->Delete(PR_FALSE);
|
||||
gFastLoadFile->Remove(PR_FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user