| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index 72659c2b63ce3c3b4a3c841e9a6e62e23b2f931a..403be93ab2cc520b3f29930992de8be85b388e8a 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -980,7 +980,8 @@ class PreParser : public ParserBase<PreParser> {
|
| }
|
| V8_INLINE void AddTemplateExpression(TemplateLiteralState* state,
|
| PreParserExpression expression) {}
|
| - V8_INLINE void AddTemplateSpan(TemplateLiteralState* state, bool tail) {}
|
| + V8_INLINE void AddTemplateSpan(TemplateLiteralState* state, bool should_cook,
|
| + bool tail) {}
|
| V8_INLINE PreParserExpression CloseTemplateLiteral(
|
| TemplateLiteralState* state, int start, PreParserExpression tag);
|
| V8_INLINE void CheckConflictingVarDeclarations(Scope* scope, bool* ok) {}
|
|
|