| Index: src/crankshaft/mips64/lithium-mips64.cc
|
| diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc
|
| index 5c1ab618bd2c2997d570cbcdd6124354ef3f1641..2e21f2e77434f089bfbb4d5193e03be57bb0c825 100644
|
| --- a/src/crankshaft/mips64/lithium-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-mips64.cc
|
| @@ -922,7 +922,7 @@ void LChunkBuilder::AddInstruction(LInstruction* instr,
|
|
|
| LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) {
|
| LInstruction* result = new (zone()) LPrologue();
|
| - if (info_->num_heap_slots() > 0) {
|
| + if (info_->scope()->num_heap_slots() > 0) {
|
| result = MarkAsCall(result, instr);
|
| }
|
| return result;
|
|
|