[heap] Schedule idle embedder garbage collection when starting incremental marking from idle task.
BUG=chromium:728228 Review-Url: https://codereview.chromium.org/2930333002 Cr-Commit-Position: refs/heads/master@{#45875}
This commit is contained in:
parent
6713a76b06
commit
0aa78b9e5b
@ -55,7 +55,7 @@ void IncrementalMarkingJob::Task::RunInternal() {
|
||||
Heap::IncrementalMarkingLimit::kNoLimit) {
|
||||
heap->StartIncrementalMarking(Heap::kNoGCFlags,
|
||||
GarbageCollectionReason::kIdleTask,
|
||||
kNoGCCallbackFlags);
|
||||
kGCCallbackScheduleIdleGarbageCollection);
|
||||
}
|
||||
}
|
||||
if (!incremental_marking->IsStopped()) {
|
||||
|
Loading…
Reference in New Issue
Block a user