| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index 93b1f8786c2619f17470ee4e336ed1ec226524d2..2ebc197d9998755247e4d3735ff271c1772f51a9 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2468,8 +2468,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| instr->arguments_count(),
|
| instr->function(),
|
| undefined,
|
| - instr->inlining_kind(),
|
| - instr->undefined_receiver());
|
| + instr->inlining_kind());
|
| // Only replay binding of arguments object if it wasn't removed from graph.
|
| if (instr->arguments_var() != NULL && instr->arguments_object()->IsLinked()) {
|
| inner->Bind(instr->arguments_var(), instr->arguments_object());
|
|
|