| Index: src/mips/lithium-mips.h
 | 
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
 | 
| index 7f8bdfd2ae360d1ee297c00251fb4fb4aa7818ce..5d5de5e9d16b77810a0c74f3dd0af93e05b6b402 100644
 | 
| --- a/src/mips/lithium-mips.h
 | 
| +++ b/src/mips/lithium-mips.h
 | 
| @@ -2216,7 +2216,7 @@ class LChunkBuilder BASE_EMBEDDED {
 | 
|          allocator_(allocator),
 | 
|          position_(RelocInfo::kNoPosition),
 | 
|          instruction_pending_deoptimization_environment_(NULL),
 | 
| -        pending_deoptimization_ast_id_(AstNode::kNoNumber) { }
 | 
| +        pending_deoptimization_ast_id_(BailoutId::None()) { }
 | 
|  
 | 
|    // Build the sequence for the graph.
 | 
|    LPlatformChunk* Build();
 | 
| @@ -2347,7 +2347,7 @@ class LChunkBuilder BASE_EMBEDDED {
 | 
|    LAllocator* allocator_;
 | 
|    int position_;
 | 
|    LInstruction* instruction_pending_deoptimization_environment_;
 | 
| -  int pending_deoptimization_ast_id_;
 | 
| +  BailoutId pending_deoptimization_ast_id_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(LChunkBuilder);
 | 
|  };
 | 
| 
 |