Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index b8319e7012d3e3d553a40132a2864631a888d438..203ced5cbab8273a6f27c4f2eebe47d7269902a0 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1252,7 +1252,10 @@ class Heap { |
void EnsureHeapIsIterable(); |
// Notify the heap that a context has been disposed. |
- int NotifyContextDisposed(); |
+ int NotifyContextDisposed() { |
+ flush_monomorphic_ics_ = true; |
+ return ++contexts_disposed_; |
+ } |
// Utility to invoke the scavenger. This is needed in test code to |
// ensure correct callback for weak global handles. |