| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index b570672f682e0abcffaa7713f6fa0f0799ec627a..05b66376f6c2b9623f5c74f8751379120cbe15bf 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -2146,7 +2146,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);
|
|
|
|
|