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