Bug 635251 - Don't call GC or CC unexpectedly during shutdown, r=gal, a=gal

This commit is contained in:
Olli Pettay 2011-02-20 22:56:16 +02:00
Родитель 94b18773a7
Коммит 8a80d1342c
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -3365,8 +3365,6 @@ nsJSContext::PokeGC()
if (!sGCTimer) {
NS_WARNING("Failed to create timer");
GarbageCollectNow();
return;
}
@ -3403,8 +3401,6 @@ nsJSContext::PokeCC()
if (!sCCTimer) {
NS_WARNING("Failed to create timer");
CycleCollectNow();
return;
}