| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index c5bb788147420d6d26a1d561f7a281dd6b5dcc1d..044a11eb735497c2a7a84be687e1f855d475cac4 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(Object** slot);
|
| +
|
| // ===========================================================================
|
| // Incremental marking API. ==================================================
|
| // ===========================================================================
|
|
|