| Index: src/crankshaft/arm64/lithium-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.cc b/src/crankshaft/arm64/lithium-arm64.cc
|
| index 0e8d7a25339904050dd6c31370687b71b36d6312..e5227e301f16fdbd9a1506c436ebcefe3fd882ef 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-arm64.cc
|
| @@ -1402,7 +1402,6 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| inner->BindContext(instr->closure_context());
|
| inner->set_entry(instr);
|
| current_block_->UpdateEnvironment(inner);
|
| - chunk_->AddInlinedFunction(instr->shared());
|
| return NULL;
|
| }
|
|
|
|
|