| Index: src/heap/incremental-marking.cc
|
| diff --git a/src/heap/incremental-marking.cc b/src/heap/incremental-marking.cc
|
| index cb9f46782de264d3272baf809edce8f88b68ac89..eb97176e95d0369e1fa95919d23278ef6d0f51a8 100644
|
| --- a/src/heap/incremental-marking.cc
|
| +++ b/src/heap/incremental-marking.cc
|
| @@ -141,7 +141,7 @@ void IncrementalMarking::MarkBlackAndPush(HeapObject* obj) {
|
| // Color the object black and push it into the bailout deque.
|
| ObjectMarking::WhiteToGrey<kAtomicity>(obj, marking_state(obj));
|
| if (ObjectMarking::GreyToBlack<kAtomicity>(obj, marking_state(obj))) {
|
| -#if V8_CONCURRENT_MARKING
|
| +#ifdef V8_CONCURRENT_MARKING
|
| marking_deque()->Push(obj, MarkingThread::kMain, TargetDeque::kBailout);
|
| #else
|
| if (!marking_deque()->Push(obj)) {
|
|
|