Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 58bf2a502998b5ff62973105d566bc75f94ebefc..8c8955e175d5c436e4d35013d020c14cd4c16a03 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -862,7 +862,7 @@ class MarkCompactCollector { |
bool have_code_to_deoptimize_; |
List<Page*> evacuation_candidates_; |
- List<NewSpacePage*> newspace_evacuation_candidates_; |
+ List<Page*> newspace_evacuation_candidates_; |
// True if we are collecting slots to perform evacuation from evacuation |
// candidates. |