| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 032f6a231d70eedd383b0c56e5cc4a682646f708..786537039419e4a4ad1760bd35facb9dd929a21a 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -1939,7 +1939,7 @@ class LChunkBuilder BASE_EMBEDDED {
|
| allocator_(allocator),
|
| position_(RelocInfo::kNoPosition),
|
| instructions_pending_deoptimization_environment_(NULL),
|
| - pending_deoptimization_ast_id_(AstNode::kNoNumber) { }
|
| + pending_deoptimization_ast_id_(kNoAstId) { }
|
|
|
| // Build the sequence for the graph.
|
| LChunk* Build();
|
|
|