| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index 3151ce3678ae47a04d75fb4d2c513dfa231fdfa5..42e60c3d906fa679f3d0378613e3de98afb7b5a3 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2208,7 +2208,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);
|
|
|