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