| Index: src/mark-compact.cc
|
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc
|
| index e13a974a9dbc9f49d1efca5ea0ddac84d502dffb..690fd59ce9a3d3b24f98ed4285314cf11593b58e 100644
|
| --- a/src/mark-compact.cc
|
| +++ b/src/mark-compact.cc
|
| @@ -3030,7 +3030,6 @@ void MarkCompactCollector::EvacuateNewSpace() {
|
| // sweep collection by failing allocations. But since we are already in
|
| // a mark-sweep allocation, there is no sense in trying to trigger one.
|
| AlwaysAllocateScope scope(isolate());
|
| - heap()->CheckNewSpaceExpansionCriteria();
|
|
|
| NewSpace* new_space = heap()->new_space();
|
|
|
|
|