| Index: src/heap/store-buffer-inl.h
|
| diff --git a/src/heap/store-buffer-inl.h b/src/heap/store-buffer-inl.h
|
| index 454b2c22929ae41c72bdba838f1a10302fe715aa..9e932d9d906b74aa03a6b37c003dd813adcb6068 100644
|
| --- a/src/heap/store-buffer-inl.h
|
| +++ b/src/heap/store-buffer-inl.h
|
| @@ -29,7 +29,7 @@ void StoreBuffer::Mark(Address addr) {
|
| void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) {
|
| if (store_buffer_rebuilding_enabled_) {
|
| SLOW_DCHECK(!heap_->code_space()->Contains(addr) &&
|
| - !heap_->new_space()->Contains(addr));
|
| + !heap_->new_space()->ContainsSlow(addr));
|
| Address* top = old_top_;
|
| *top++ = addr;
|
| old_top_ = top;
|
|
|