Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 85c30083fe8a2b8c8ae91ca32f770011f22ac0c5..db188ed0f263dbd9c4ff253549ef9d1f72597549 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 |