Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 00e513ba880daa3fb9158af71cf57d6a91d1ace7..d521ddccf3c3f9af2548eedcd2c971c7e2c73158 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -5476,6 +5476,7 @@ bool Heap::InSpace(Address addr, AllocationSpace space) { |
#ifdef VERIFY_HEAP |
void Heap::Verify() { |
CHECK(HasBeenSetUp()); |
+ HandleScope scope(isolate()); |
store_buffer()->Verify(); |