Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 938adc67b3bb924b6c9178bb0df0ad2ea38ddf74..d78e9bddee44b0f2a1b396e49a4bd90f60bd20d7 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -977,6 +977,7 @@ class MarkCompactCollector { |
base::SmartPointer<FreeList> free_list_old_space_; |
base::SmartPointer<FreeList> free_list_code_space_; |
+ base::SmartPointer<FreeList> free_list_map_space_; |
friend class Heap; |
}; |