Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 589bebf63f8a0e57de8079d8aab7bdf9ffc768ca..4fee16edc36439f8e258f6158bbaffd0395f93d3 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -808,7 +808,7 @@ class MarkCompactCollector { |
void ClearNonLiveReferences(); |
void ClearNonLivePrototypeTransitions(Map* map); |
void ClearNonLiveMapTransitions(Map* map, MarkBit map_mark); |
- void ClearMapTransitions(Map* map); |
+ void ClearMapTransitions(Map* map, Map* dead_transition); |
bool ClearMapBackPointer(Map* map); |
void TrimDescriptorArray(Map* map, DescriptorArray* descriptors, |
int number_of_own_descriptors); |