| Index: src/scopes.cc
|
| diff --git a/src/scopes.cc b/src/scopes.cc
|
| index ad6692e57fde763d4fa1fbfc7a9c0104130efb21..8e6cdcffd7047c9cd569a782deacd2ec74399527 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;
|
| }
|
|
|
|
|