| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 141b555adae7d91035f152db5dc129f202bbb55a..9849f4a094018a6c3b9b4a3ad811ab451cdc386d 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2217,7 +2217,6 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| HConstant* undefined = graph()->GetConstantUndefined();
|
| HEnvironment* inner = outer->CopyForInlining(instr->closure(),
|
| instr->function(),
|
| - HEnvironment::LITHIUM,
|
| undefined,
|
| instr->call_kind());
|
| current_block_->UpdateEnvironment(inner);
|
|
|