| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index cef5b9473485d715439db147c147dc89531b8eac..b378f47f6576f2739bd9bcad36da634dcff9c752 100644
|
| --- a/src/preparser.h
|
| +++ b/src/preparser.h
|
| @@ -2851,7 +2851,7 @@ ParserBase<Traits>::ParseTemplateLiteral(ExpressionT tag, int start, bool* ok) {
|
|
|
| // If we didn't die parsing that expression, our next token should be a
|
| // TEMPLATE_SPAN or TEMPLATE_TAIL.
|
| - next = scanner()->ScanTemplateSpan();
|
| + next = scanner()->ScanTemplateContinuation();
|
| Next();
|
|
|
| if (!next) {
|
|
|