Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 9982bf056d364ddd5893f740b837ce456acd1d3a..c3d6f8a484c2c04678d9e0a642b08b658d865994 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2250,7 +2250,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(); |
@@ -2384,7 +2384,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); |
}; |