| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 2b01f79c6d7017f114e6d9e3bf17ede13ac5bbb1..905b90b627453f511de62d0411dde2b5c1015576 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -2179,7 +2179,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());
|
| }
|
|
|