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