| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 3513d20bd1db65d47c5b78edf6117cbb48cd7ae3..71a431f9197fff654d7272be537b989af09ad6f3 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -2160,7 +2160,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| instr->function(),
|
| undefined,
|
| instr->call_kind(),
|
| - instr->is_construct());
|
| + instr->inlining_kind());
|
| if (instr->arguments_var() != NULL) {
|
| inner->Bind(instr->arguments_var(), graph()->GetArgumentsObject());
|
| }
|
|
|