| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 82f7ee61067c8049b98c1d9ecc875a7d5c0ce93f..3b0815e8295dca8dd02b8e0c1b3ad41527f4bdf3 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -812,7 +812,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);
|
|
|