Commit 0aa78b9e authored by hpayer's avatar hpayer Committed by Commit Bot

[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}
parent 6713a76b
......@@ -55,7 +55,7 @@ void IncrementalMarkingJob::Task::RunInternal() {
Heap::IncrementalMarkingLimit::kNoLimit) {
heap->StartIncrementalMarking(Heap::kNoGCFlags,
GarbageCollectionReason::kIdleTask,
kNoGCCallbackFlags);
kGCCallbackScheduleIdleGarbageCollection);
}
}
if (!incremental_marking->IsStopped()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment