| Index: src/heap/store-buffer.cc
|
| diff --git a/src/heap/store-buffer.cc b/src/heap/store-buffer.cc
|
| index 5fd4ce34f3aee6913c42fe3c292b1dea5f0ea8ab..c346c14e62fa9537e418f131a758232f8db7f4c1 100644
|
| --- a/src/heap/store-buffer.cc
|
| +++ b/src/heap/store-buffer.cc
|
| @@ -399,7 +399,7 @@ void StoreBuffer::IteratePointersInStoreBuffer(ObjectSlotCallback slot_callback,
|
| {
|
| DontMoveStoreBufferEntriesScope scope(this);
|
| for (Address* current = old_start_; current < limit; current++) {
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| Address* saved_top = old_top_;
|
| #endif
|
| Object** slot = reinterpret_cast<Object**>(*current);
|
|
|