| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index c3de9a7f1ecffe85ffdfee9f4090d756e2009dab..eb9ae59f8b7495649b5c9f2f3b20112c20740475 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2525,6 +2525,7 @@ LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) {
|
|
|
| LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| HEnvironment* outer = current_block_->last_environment();
|
| + outer->set_ast_id(instr->ReturnId());
|
| HConstant* undefined = graph()->GetConstantUndefined();
|
| HEnvironment* inner = outer->CopyForInlining(instr->closure(),
|
| instr->arguments_count(),
|
|
|