Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index c5bb788147420d6d26a1d561f7a281dd6b5dcc1d..1956c96641e1aa09ae37d36c8f8c0931c71ab5ff 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1076,6 +1076,8 @@ class Heap { |
return reinterpret_cast<Address*>(&roots_[kStoreBufferTopRootIndex]); |
} |
+ void ClearRecordedSlot(HeapObject* object, Object** slot); |
+ |
// =========================================================================== |
// Incremental marking API. ================================================== |
// =========================================================================== |