Fix for bug 423473 (Cycle collector should restart after getting a fault). r/sr=jst.

--HG--
extra : rebase_source : fd82c02bef434c36383df0862af2399455caa65b
This commit is contained in:
Peter Van der Beken 2009-04-09 14:02:48 +02:00
Родитель e02880ae1f
Коммит 6f0b054294
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2280,6 +2280,8 @@ nsCycleCollector::Collect(PRUint32 aTryCollections)
mWhiteNodes->Clear();
ClearGraph();
mParams.mDoNothing = PR_FALSE;
if (!collected)
break;