Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index de364a5b489050408dd04a32c308054566ae9fec..2037eddde58130f3b99a437f721dd62e58f38593 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -271,8 +271,8 @@ bool Scope::Analyze(CompilationInfo* info) { |
// Allocate the variables. |
{ |
- AstNodeFactory<AstNullVisitor> ast_node_factory( |
- info->zone(), info->ast_value_factory(), info->ast_node_id_gen()); |
+ AstNodeFactory<AstNullVisitor> ast_node_factory(info->zone(), |
+ info->ast_value_factory()); |
if (!top->AllocateVariables(info, &ast_node_factory)) return false; |
} |