| Index: src/parsing/parser.cc
|
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
|
| index 814acb4c1e8d189889c390a1f14439f2f34708a1..1979f054c1d00df57e64b7bab055d0b38053a5ef 100644
|
| --- a/src/parsing/parser.cc
|
| +++ b/src/parsing/parser.cc
|
| @@ -559,8 +559,7 @@
|
| }
|
| if (info->ast_value_factory() == NULL) {
|
| // info takes ownership of AstValueFactory.
|
| - info->set_ast_value_factory(new AstValueFactory(
|
| - zone(), info->isolate()->ast_string_constants(), info->hash_seed()));
|
| + info->set_ast_value_factory(new AstValueFactory(zone(), info->hash_seed()));
|
| info->set_ast_value_factory_owned();
|
| ast_value_factory_ = info->ast_value_factory();
|
| ast_node_factory_.set_ast_value_factory(ast_value_factory_);
|
|
|