| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 70c348de69f8c406b8fada3988e1f9958275fbb5..b477e9973eddb1cfa17eeaae1a351edea0c6f550 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2170,7 +2170,8 @@ class LChunkBuilder BASE_EMBEDDED {
|
| LInstruction* instr, int ast_id);
|
| void ClearInstructionPendingDeoptimizationEnvironment();
|
|
|
| - LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env);
|
| + LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
|
| + int* argument_index_accumulator);
|
|
|
| void VisitInstruction(HInstruction* current);
|
|
|
|
|