Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index a31d664a5dfb76bf11220082fc52e49869194343..9612ce4c78771e10ba2dbce984052bdec185bb84 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -717,7 +717,6 @@ void Heap::GarbageCollectionEpilogue() { |
#ifdef DEBUG |
ReportStatisticsAfterGC(); |
#endif // DEBUG |
- isolate_->debug()->AfterGarbageCollection(); |
// Remember the last top pointer so that we can later find out |
// whether we allocated in new space since the last GC. |