Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 5c320310bee430233cfe8ca07e8996d302da9496..b94b99bb34e4859547d2bd011ab3b455da32ef17 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2841,6 +2841,9 @@ class LChunkBuilder V8_FINAL BASE_EMBEDDED { |
LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env, |
int* argument_index_accumulator, |
ZoneList<HValue*>* objects_to_materialize); |
+ void AddObjectToMaterialize(HValue* value, |
+ ZoneList<HValue*>* objects_to_materialize, |
+ LEnvironment* result); |
void VisitInstruction(HInstruction* current); |