Bug 761739 - Make timer-triggered GCs be incremental (r=smaug)

This commit is contained in:
Bill McCloskey 2012-06-10 21:28:05 -07:00
Родитель 04230e70f9
Коммит e9bde4476c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3105,7 +3105,7 @@ GCTimerFired(nsITimer *aTimer, void *aClosure)
uintptr_t reason = reinterpret_cast<uintptr_t>(aClosure);
nsJSContext::GarbageCollectNow(static_cast<js::gcreason::Reason>(reason),
nsGCNormal, false);
nsGCIncremental, false);
}
void