Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index f7d6bad43af734cf171b1f978830ee78ff2c3134..79656407cc9ba9a800c307118ed19813d6826457 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -54,6 +54,7 @@ class LCodeGen BASE_EMBEDDED { |
deoptimizations_(4, info->zone()), |
deopt_jump_table_(4, info->zone()), |
deoptimization_literals_(8, info->zone()), |
+ prototype_maps_(0, info->zone()), |
inlined_function_count_(0), |
scope_(info->scope()), |
status_(UNUSED), |
@@ -413,6 +414,7 @@ class LCodeGen BASE_EMBEDDED { |
ZoneList<LEnvironment*> deoptimizations_; |
ZoneList<JumpTableEntry> deopt_jump_table_; |
ZoneList<Handle<Object> > deoptimization_literals_; |
+ ZoneList<Handle<Map> > prototype_maps_; |
int inlined_function_count_; |
Scope* const scope_; |
Status status_; |