| Index: src/crankshaft/ia32/lithium-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
|
| index 67942241e6f1993557dec0ef28dd9806ddde7e53..5695826f62e9dfe7893d14692eb76d9b3d5130b6 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
|
| @@ -910,7 +910,7 @@ void LChunkBuilder::AddInstruction(LInstruction* instr,
|
|
|
| LInstruction* LChunkBuilder::DoPrologue(HPrologue* instr) {
|
| LInstruction* result = new (zone()) LPrologue();
|
| - if (info_->scope()->num_heap_slots() > 0) {
|
| + if (info_->scope()->NeedsContext()) {
|
| result = MarkAsCall(result, instr);
|
| }
|
| return result;
|
|
|