| Index: src/crankshaft/mips/lithium-mips.cc
|
| diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc
|
| index a6cbca6de09bbe93e67ba79d2ea9deadfde44087..26d422a710b35689df5cbcbdee88bbf1300b1809 100644
|
| --- a/src/crankshaft/mips/lithium-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-mips.cc
|
| @@ -2291,7 +2291,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;
|
| }
|
|
|
|
|