Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index b77eac0f343e78006e88d5d69d8b9bcb412a98d1..faedb5f085871a358807675d50a543666ae27bb9 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -274,7 +274,8 @@ bool Scope::Analyze(CompilationInfo* info) { |
| // Allocate the variables. |
| { |
| - AstNodeFactory<AstNullVisitor> ast_node_factory(info->isolate()); |
| + AstNodeFactory<AstNullVisitor> ast_node_factory(info->isolate(), |
| + info->zone()); |
| if (!top->AllocateVariables(info, &ast_node_factory)) return false; |
| } |