| Index: src/heap/incremental-marking.cc
|
| diff --git a/src/heap/incremental-marking.cc b/src/heap/incremental-marking.cc
|
| index f7147b2754de9abc64da18d2e99a283bdbaaede8..4b2fbc089f9176b1ddd622ca4b16cfbc032d8cdb 100644
|
| --- a/src/heap/incremental-marking.cc
|
| +++ b/src/heap/incremental-marking.cc
|
| @@ -901,7 +901,8 @@ intptr_t IncrementalMarking::Step(intptr_t allocated_bytes,
|
| CompletionAction action,
|
| ForceMarkingAction marking,
|
| ForceCompletionAction completion) {
|
| - DCHECK(allocated_bytes >= 0);
|
| + // Temporarily removed for crbug.com/536163
|
| + // DCHECK(allocated_bytes >= 0);
|
|
|
| if (heap_->gc_state() != Heap::NOT_IN_GC || !FLAG_incremental_marking ||
|
| (state_ != SWEEPING && state_ != MARKING)) {
|
|
|