Index: src/parsing/parser.cc |
diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc |
index 94fda167544f6c39317cd8485b932d8804789e96..a70a1207d238ec20af9461cd9f65d956c5b7a0ef 100644 |
--- a/src/parsing/parser.cc |
+++ b/src/parsing/parser.cc |
@@ -2728,7 +2728,7 @@ FunctionLiteral* Parser::ParseFunctionLiteral( |
// used once. |
eager_compile_hint = FunctionLiteral::kShouldEagerCompile; |
should_be_used_once_hint = true; |
- scope->ResetAfterPreparsing(true); |
+ scope->ResetAfterPreparsing(ast_value_factory(), true); |
zone_scope.Reset(); |
use_temp_zone = false; |
} |