Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index f9435439666b9b641eff7e31aedcba416cac579d..7befdcc828f09be8f85e06669ab871b262ed0b49 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1858,6 +1858,10 @@ class Heap { |
void ProcessNativeContexts(WeakObjectRetainer* retainer); |
void ProcessAllocationSites(WeakObjectRetainer* retainer); |
+ // Filter out entries residing on aborted compaction pages from the store |
+ // buffer. |
+ void FilterStoreBufferEntriesForAbortedPages(); |
+ |
// =========================================================================== |
// GC statistics. ============================================================ |
// =========================================================================== |