Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index ebf9f8ff7c8a0408ba65ec84b0ef4df180f06933..f6785b9bce806a6af116e2a86747f4d39f79f17a 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -1517,9 +1517,6 @@ void Heap::Scavenge() { |
incremental_marking()->PrepareForScavenge(); |
- paged_space(OLD_DATA_SPACE)->EnsureSweeperProgress(new_space_.Size()); |
- paged_space(OLD_POINTER_SPACE)->EnsureSweeperProgress(new_space_.Size()); |
- |
// Flip the semispaces. After flipping, to space is empty, from space has |
// live objects. |
new_space_.Flip(); |