Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 264671c7eb0e3a86414fd0adf44d9171661c1708..2d89e9f7fe862d4dea88b759851a0a30c5c00403 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1535,6 +1535,7 @@ class Heap { |
#ifdef VERIFY_HEAP |
// Verify the heap is in its normal state before or after a GC. |
void Verify(); |
+ void VerifyRememberedSetFor(HeapObject* object); |
#endif |
#ifdef DEBUG |