зеркало из https://github.com/mozilla/gecko-dev.git
Bug 761739 - Make timer-triggered GCs be incremental (r=smaug)
This commit is contained in:
Родитель
04230e70f9
Коммит
e9bde4476c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче