| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index bd40a78828322c6038ea4cdd2c6058b5e260893d..824c1a67dd7907aa09e16e5fe71cf1c8fcd1c78d 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2238,7 +2238,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());
|
| }
|
|
|