| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 873534c2fa7838e3b28e7dff947069a8b7a021ab..8732dc09b4df4fd49af91b3a129b8ed6afb57c12 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -880,7 +880,7 @@ class MarkCompactCollector {
|
| void ClearNonLiveMapTransitions(Map* map, MarkBit map_mark);
|
|
|
| void ClearAndDeoptimizeDependentCode(Map* map);
|
| - void ClearNonLiveDependentCode(Map* map);
|
| + void ClearNonLiveDependentCode(DependentCode* dependent_code);
|
|
|
| // Marking detaches initial maps from SharedFunctionInfo objects
|
| // to make this reference weak. We need to reattach initial maps
|
|
|