| Index: src/ppc/lithium-ppc.cc
|
| diff --git a/src/ppc/lithium-ppc.cc b/src/ppc/lithium-ppc.cc
|
| index 8e2340a1aa263797520e645bf4487a03f91872c8..7cb5be82abaeae30159f7cfa809c1699b75734a1 100644
|
| --- a/src/ppc/lithium-ppc.cc
|
| +++ b/src/ppc/lithium-ppc.cc
|
| @@ -2551,7 +2551,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| inner->BindContext(instr->closure_context());
|
| inner->set_entry(instr);
|
| current_block_->UpdateEnvironment(inner);
|
| - chunk_->AddInlinedClosure(instr->closure());
|
| + chunk_->AddInlinedFunction(instr->shared());
|
| return NULL;
|
| }
|
|
|
|
|