| Index: src/arm/lithium-codegen-arm.h | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h | 
| index 45e4af68902f7ea27e44382920e9c39d5fd9e57a..a22d19243a7c59e1e1634419f0862a6a4048c300 100644 | 
| --- a/src/arm/lithium-codegen-arm.h | 
| +++ b/src/arm/lithium-codegen-arm.h | 
| @@ -56,7 +56,6 @@ class LCodeGen BASE_EMBEDDED { | 
| deoptimizations_(4, info->zone()), | 
| deopt_jump_table_(4, info->zone()), | 
| deoptimization_literals_(8, info->zone()), | 
| -        transition_maps_(0, info->zone()), | 
| inlined_function_count_(0), | 
| scope_(info->scope()), | 
| status_(UNUSED), | 
| @@ -409,7 +408,6 @@ class LCodeGen BASE_EMBEDDED { | 
| ZoneList<LEnvironment*> deoptimizations_; | 
| ZoneList<Deoptimizer::JumpTableEntry> deopt_jump_table_; | 
| ZoneList<Handle<Object> > deoptimization_literals_; | 
| -  ZoneList<Handle<Map> > transition_maps_; | 
| int inlined_function_count_; | 
| Scope* const scope_; | 
| Status status_; | 
|  |