Index: src/store-buffer-inl.h |
diff --git a/src/store-buffer-inl.h b/src/store-buffer-inl.h |
index bb386dbacf94359961727725b14f36639a425596..e1fcdee6618cbcfdb3e7dc8cd6d9f3a91494f086 100644 |
--- a/src/store-buffer-inl.h |
+++ b/src/store-buffer-inl.h |
@@ -67,7 +67,7 @@ void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) { |
if (top >= old_limit_) { |
ASSERT(callback_ != NULL); |
(*callback_)(heap_, |
- MemoryChunk::FromAnyPointerAddress(addr), |
+ MemoryChunk::FromAnyPointerAddress(heap_, addr), |
kStoreBufferFullEvent); |
} |
} |