Bug 1378970 - Part 1: Label CollectorRunner::mScheduleTimer using SystemGroup. r=billm

All other associated timers in this file use the SystemGroup for a
GarbageCollection task, and this one should too.

MozReview-Commit-ID: GjdAGxbZS03
This commit is contained in:
Nathan Froyd 2017-07-06 13:25:00 +08:00
Родитель 76fdf58819
Коммит 0291d8eaa0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -352,6 +352,7 @@ public:
if (!mScheduleTimer) {
return;
}
mScheduleTimer->SetTarget(SystemGroup::EventTargetFor(TaskCategory::GarbageCollection));
} else {
mScheduleTimer->Cancel();
}