| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 8fd20a1d20450b5be50551435417bd3dcd028599..251822da203a6a8a26d22410df2ce519bdc29519 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -122,7 +122,7 @@ class BytecodeGraphBuilder {
|
| void BuildCreateRegExpLiteral();
|
| void BuildCreateArrayLiteral();
|
| void BuildCreateObjectLiteral();
|
| - void BuildCreateArguments(CreateArgumentsParameters::Type type);
|
| + void BuildCreateArguments(CreateArgumentsParameters::Type type, int index);
|
| void BuildLoadGlobal(TypeofMode typeof_mode);
|
| void BuildStoreGlobal();
|
| void BuildNamedLoad();
|
|
|