| Index: src/ia32/lithium-codegen-ia32.h
 | 
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
 | 
| index ea0c777d189e2bc3e893464bb979f395502dd025..6c9eccf3a3fba9a694224b5627636a177d35df9d 100644
 | 
| --- a/src/ia32/lithium-codegen-ia32.h
 | 
| +++ b/src/ia32/lithium-codegen-ia32.h
 | 
| @@ -262,6 +262,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);
 | 
|  
 | 
| 
 |