| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 41ed0f87664ef2ca924acfed675d43f3030a2459..8bc09f70ec627bdee4fba8eec012817edc56e817 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -7889,10 +7889,9 @@ bool HOptimizedGraphBuilder::TryInline(Handle<JSFunction> target,
|
| Scope* saved_scope = scope();
|
| set_scope(target_info.scope());
|
| HEnterInlined* enter_inlined =
|
| - Add<HEnterInlined>(return_id, target, arguments_count, function,
|
| + Add<HEnterInlined>(return_id, target, context, arguments_count, function,
|
| function_state()->inlining_kind(),
|
| - function->scope()->arguments(),
|
| - arguments_object);
|
| + function->scope()->arguments(), arguments_object);
|
| function_state()->set_entry(enter_inlined);
|
|
|
| VisitDeclarations(target_info.scope()->declarations());
|
|
|