Chromium Code Reviews| Index: src/store-buffer.h |
| diff --git a/src/store-buffer.h b/src/store-buffer.h |
| index 951a9ca2bc3294cbf640fa6c6841959aca0b50c2..0ade8cee17ee77e27698f3a2681e594310194890 100644 |
| --- a/src/store-buffer.h |
| +++ b/src/store-buffer.h |
| @@ -195,7 +195,7 @@ class StoreBuffer { |
| void IteratePointersInStoreBuffer(ObjectSlotCallback slot_callback); |
| -#ifdef DEBUG |
| +#ifdef VERIFY_HEAP |
| void VerifyPointers(PagedSpace* space, RegionCallback region_callback); |
| void VerifyPointers(LargeObjectSpace* space); |
| #endif |