| Index: src/x87/lithium-x87.cc
|
| diff --git a/src/x87/lithium-x87.cc b/src/x87/lithium-x87.cc
|
| index 33540905594046f7be6acb39f5f65de4dc8fdd76..4d59c43f422fd94fa3352423d708d4a2f5686935 100644
|
| --- a/src/x87/lithium-x87.cc
|
| +++ b/src/x87/lithium-x87.cc
|
| @@ -2669,7 +2669,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;
|
| }
|
|
|
|
|