| Index: src/x64/lithium-codegen-x64.h
 | 
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
 | 
| index b0aa2c2935f54c88001c9204ce6e515cdd5a44e1..ae1fe2c8caa937a76036d9c12d5944e14cc90ecd 100644
 | 
| --- a/src/x64/lithium-codegen-x64.h
 | 
| +++ b/src/x64/lithium-codegen-x64.h
 | 
| @@ -242,6 +242,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);
 | 
|  
 | 
| 
 |