зеркало из https://github.com/mozilla/pjs.git
Bug 635251 - Don't call GC or CC unexpectedly during shutdown, r=gal, a=gal
This commit is contained in:
Родитель
94b18773a7
Коммит
8a80d1342c
|
@ -3365,8 +3365,6 @@ nsJSContext::PokeGC()
|
||||||
|
|
||||||
if (!sGCTimer) {
|
if (!sGCTimer) {
|
||||||
NS_WARNING("Failed to create timer");
|
NS_WARNING("Failed to create timer");
|
||||||
|
|
||||||
GarbageCollectNow();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3403,8 +3401,6 @@ nsJSContext::PokeCC()
|
||||||
|
|
||||||
if (!sCCTimer) {
|
if (!sCCTimer) {
|
||||||
NS_WARNING("Failed to create timer");
|
NS_WARNING("Failed to create timer");
|
||||||
|
|
||||||
CycleCollectNow();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче