Bug 1159810 - Kill full gc timer when gc starts, r=mccr8

This commit is contained in:
Olli Pettay 2015-05-04 23:44:14 +03:00
Родитель a0e4007522
Коммит 3dfda1d722
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2217,6 +2217,7 @@ DOMGCSliceCallback(JSRuntime *aRt, JS::GCProgress aProgress, const JS::GCDescrip
// Prevent cycle collections and shrinking during incremental GC.
sCCLockedOut = true;
nsJSContext::KillGCTimer();
nsJSContext::KillShrinkGCBuffersTimer();
break;