Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index f40fe4b958d42afe3ad05ad12af7cfc25a4b8fe9..290f6eee9358ef15087d1324c1c119c0dac83a68 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -5449,6 +5449,9 @@ void Heap::CheckHandleCount() { |
| isolate_->handle_scope_implementer()->Iterate(&v); |
| } |
| +void Heap::ClearRecordedSlot(Object** slot) { |
| + store_buffer()->Remove(reinterpret_cast<Address>(slot)); |
| +} |
| Space* AllSpaces::next() { |
| switch (counter_++) { |