| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 7a328576508f092c228e72f77534cd4b7ffe03ff..cfe575ae13493de09c30a3049de784251cc9f906 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -833,8 +833,8 @@ class MarkCompactCollector {
|
| void ClearNonLivePrototypeTransitions(Map* map);
|
| void ClearNonLiveMapTransitions(Map* map, MarkBit map_mark);
|
|
|
| - void ClearAndDeoptimizeDependentCodes(Map* map);
|
| - void ClearNonLiveDependentCodes(Map* map);
|
| + void ClearAndDeoptimizeDependentCode(Map* map);
|
| + void ClearNonLiveDependentCode(Map* map);
|
|
|
| // Marking detaches initial maps from SharedFunctionInfo objects
|
| // to make this reference weak. We need to reattach initial maps
|
|
|