Index: src/parser.cc |
=================================================================== |
--- src/parser.cc (revision 9062) |
+++ src/parser.cc (working copy) |
@@ -532,7 +532,7 @@ |
parser->top_scope_ = scope; |
parser->lexical_scope_ = this; |
parser->with_nesting_level_ = 0; |
- isolate->set_ast_node_id(AstNode::kFunctionEntryId + 1); |
+ isolate->set_ast_node_id(AstNode::kDeclarationsId + 1); |
} |