| Index: src/arm/lithium-codegen-arm.h
 | 
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
 | 
| index 2c3f01fb59c99b17dbe4d543d9f967cb06ab1016..10571e37da251f16da8fd2be77f452b1bb91ab09 100644
 | 
| --- a/src/arm/lithium-codegen-arm.h
 | 
| +++ b/src/arm/lithium-codegen-arm.h
 | 
| @@ -281,6 +281,7 @@ class LCodeGen BASE_EMBEDDED {
 | 
|                          bool is_uint32,
 | 
|                          int arguments_index,
 | 
|                          int arguments_count);
 | 
| +  void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
 | 
|    void PopulateDeoptimizationData(Handle<Code> code);
 | 
|    int DefineDeoptimizationLiteral(Handle<Object> literal);
 | 
|  
 | 
| 
 |