Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index b08ff36ea8ace70ccf860fb6dbc66a8a22465814..c6800993c00fabd5ac963a62e51b4d80a90ec28b 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -898,8 +898,7 @@ class MarkCompactCollector { |
List<Page*> evacuation_candidates_; |
List<Code*> invalidated_code_; |
- SmartPointer<FreeList> free_list_old_data_space_; |
- SmartPointer<FreeList> free_list_old_pointer_space_; |
+ SmartPointer<FreeList> free_list_old_space_; |
friend class Heap; |
}; |