| Index: src/parsing/parser.cc
|
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
|
| index 15c86f745bd687337f9797ba5b693a4c418a3705..8ee09a3ee6a667cce5c4677c6a6a173a47feb334 100644
|
| --- a/src/parsing/parser.cc
|
| +++ b/src/parsing/parser.cc
|
| @@ -3041,7 +3041,7 @@ FunctionLiteral* Parser::ParseFunctionLiteral(
|
| function_state.materialized_literal_count();
|
|
|
| if (result == kLazyParsingAborted) {
|
| - bookmark.Reset();
|
| + bookmark.Apply();
|
| // Trigger eager (re-)parsing, just below this block.
|
| is_lazily_parsed = false;
|
|
|
|
|