| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 873534c2fa7838e3b28e7dff947069a8b7a021ab..db188ed0f263dbd9c4ff253549ef9d1f72597549 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -835,7 +835,7 @@ class MarkCompactCollector {
|
|
|
| // Mark the string table specially. References to internalized strings from
|
| // the string table are weak.
|
| - void MarkStringTable();
|
| + void MarkStringTable(RootMarkingVisitor* visitor);
|
|
|
| // Mark objects in implicit references groups if their parent object
|
| // is marked.
|
| @@ -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
|
|
|