Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index eecacec1a8041c429e077ed61b14ad435a6c0347..3f9d4ddc42ad460191610be1b3a417396c7fc597 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2784,7 +2784,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); |