| Index: src/arm/lithium-codegen-arm.h | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h | 
| index c7ccdfbb17d41bc2cb2103ac952693e6b6365f22..45e4af68902f7ea27e44382920e9c39d5fd9e57a 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()), | 
| -        prototype_maps_(0, info->zone()), | 
| transition_maps_(0, info->zone()), | 
| inlined_function_count_(0), | 
| scope_(info->scope()), | 
| @@ -410,7 +409,6 @@ class LCodeGen BASE_EMBEDDED { | 
| ZoneList<LEnvironment*> deoptimizations_; | 
| ZoneList<Deoptimizer::JumpTableEntry> deopt_jump_table_; | 
| ZoneList<Handle<Object> > deoptimization_literals_; | 
| -  ZoneList<Handle<Map> > prototype_maps_; | 
| ZoneList<Handle<Map> > transition_maps_; | 
| int inlined_function_count_; | 
| Scope* const scope_; | 
|  |