| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index c3b9db4c592461f6afa3b2137fe54e3f8e283642..b2fb1daf784e96c2dd1ea09ea13a575b68b610f6 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -2627,7 +2627,8 @@ class LChunkBuilder BASE_EMBEDDED {
|
| CanDeoptimize can_deoptimize = CANNOT_DEOPTIMIZE_EAGERLY);
|
|
|
| LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
|
| - int* argument_index_accumulator);
|
| + int* argument_index_accumulator,
|
| + ZoneList<HValue*>* objects_to_materialize);
|
|
|
| void VisitInstruction(HInstruction* current);
|
|
|
|
|