Chromium Code Reviews| Index: src/crankshaft/mips/lithium-mips.cc |
| diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc |
| index b497036917afa3caa121f37c78cb1644b49c9fe1..159f2a87e525baec35336e206efa7ff42aa837ff 100644 |
| --- a/src/crankshaft/mips/lithium-mips.cc |
| +++ b/src/crankshaft/mips/lithium-mips.cc |
| @@ -2291,7 +2291,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { |
| inner->BindContext(instr->closure_context()); |
| inner->set_entry(instr); |
| current_block_->UpdateEnvironment(inner); |
| - chunk_->AddInlinedFunction(instr->shared()); |
| + |
|
vogelheim
2016/11/07 17:53:27
[Here, and in pretty much all src/crankshaft/*/lit
|
| return NULL; |
| } |