Revision: 7545 Author: [email protected] Date: Thu Apr 7 08:01:50 2011 Log: oops http://code.google.com/p/v8/source/detail?r=7545
Modified: /branches/bleeding_edge/src/parser.cc ======================================= --- /branches/bleeding_edge/src/parser.cc Thu Apr 7 07:45:34 2011 +++ /branches/bleeding_edge/src/parser.cc Thu Apr 7 08:01:50 2011 @@ -533,7 +533,7 @@ parser->top_scope_ = scope; parser->lexical_scope_ = this; parser->with_nesting_level_ = 0; - isolate->set_ast_node_id(AstNode::kRootAstId + 1); + isolate->set_ast_node_id(AstNode::kFunctionEntryId + 1); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
