Chromium Code Reviews| Index: src/parsing/parser-base.h |
| diff --git a/src/parsing/parser-base.h b/src/parsing/parser-base.h |
| index f08f907b857a156132a75d9816174eea5d66bf1c..518ef91db8cab89a8de7bf20db8b959664d397d7 100644 |
| --- a/src/parsing/parser-base.h |
| +++ b/src/parsing/parser-base.h |
| @@ -3904,7 +3904,7 @@ ParserBase<Impl>::ParseArrowFunctionLiteral( |
| } |
| if (result == kLazyParsingAborted) { |
| - bookmark.Reset(); |
| + bookmark.Apply(); |
| // Trigger eager (re-)parsing, just below this block. |
| is_lazily_parsed = false; |