| Index: src/assembler.h
 | 
| diff --git a/src/assembler.h b/src/assembler.h
 | 
| index 691cae510ea53f5191d164d03765388922008878..ab37cd9dab871dc6dbc966cb0dee04fbdef8626a 100644
 | 
| --- a/src/assembler.h
 | 
| +++ b/src/assembler.h
 | 
| @@ -939,8 +939,14 @@ class ExternalReference BASE_EMBEDDED {
 | 
|    // Used for fast allocation in generated code.
 | 
|    static ExternalReference new_space_allocation_top_address(Isolate* isolate);
 | 
|    static ExternalReference new_space_allocation_limit_address(Isolate* isolate);
 | 
| -  static ExternalReference old_space_allocation_top_address(Isolate* isolate);
 | 
| -  static ExternalReference old_space_allocation_limit_address(Isolate* isolate);
 | 
| +  static ExternalReference old_pointer_space_allocation_top_address(
 | 
| +      Isolate* isolate);
 | 
| +  static ExternalReference old_pointer_space_allocation_limit_address(
 | 
| +      Isolate* isolate);
 | 
| +  static ExternalReference old_data_space_allocation_top_address(
 | 
| +      Isolate* isolate);
 | 
| +  static ExternalReference old_data_space_allocation_limit_address(
 | 
| +      Isolate* isolate);
 | 
|  
 | 
|    static ExternalReference mod_two_doubles_operation(Isolate* isolate);
 | 
|    static ExternalReference power_double_double_function(Isolate* isolate);
 | 
| 
 |