| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index dc84897646396114de49353766387c3555e72b74..921aba109f96bcbdd26a5ce84a2ec7a04053c7b1 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -5379,7 +5379,8 @@ bool HGraphBuilder::TryInline(CallKind call_kind,
|
| arguments->length(),
|
| function,
|
| call_kind,
|
| - function_state()->is_construct()));
|
| + function_state()->is_construct(),
|
| + function->scope()->arguments()));
|
| // If the function uses arguments object create and bind one.
|
| if (function->scope()->arguments() != NULL) {
|
| ASSERT(function->scope()->arguments()->IsStackAllocated());
|
|
|