| Index: src/crankshaft/ia32/lithium-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
|
| index 8a87316709745a0ca996d6c0effc38655b5adde8..c8fc3aab46b00a1299bac75c8344aae475fa7443 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
|
| @@ -945,7 +945,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;
|
|
|