summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/src/store-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/store-buffer.h')
-rw-r--r--src/3rdparty/v8/src/store-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/v8/src/store-buffer.h b/src/3rdparty/v8/src/store-buffer.h
index 951a9ca..0ade8ce 100644
--- a/src/3rdparty/v8/src/store-buffer.h
+++ b/src/3rdparty/v8/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