Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index cb3a2b05d7039b40427e5063c4174e5bfd6e9420..91f342a2e0028e50365ce6061665281112cf90a0 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2691,7 +2691,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); |