зеркало из https://github.com/mozilla/gecko-dev.git
Fix optimized-only bustage from fastload landing.
This commit is contained in:
Родитель
069feea3b5
Коммит
789d7a9704
|
@ -4676,7 +4676,7 @@ nsXULDocument::AbortFastLoads()
|
|||
#ifdef DEBUG
|
||||
gFastLoadFile->MoveTo(nsnull, "Aborted.mfasl");
|
||||
#else
|
||||
gFastLoadFile->Delete(PR_FALSE);
|
||||
gFastLoadFile->Remove(PR_FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче