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