| Index: src/parser.cc
|
| diff --git a/src/parser.cc b/src/parser.cc
|
| index 2c33878b9c16c8f7676df5f9ac021b5681c6150c..d07ff5e0225fc942b51adcb16e8254475efd48a4 100644
|
| --- a/src/parser.cc
|
| +++ b/src/parser.cc
|
| @@ -5605,7 +5605,7 @@ Expression* Parser::CloseTemplateLiteral(TemplateLiteralState* state, int start,
|
| int cooked_idx = function_state_->NextMaterializedLiteralIndex();
|
| int raw_idx = function_state_->NextMaterializedLiteralIndex();
|
|
|
| - // GetTemplateCallSite
|
| + // $getTemplateCallSite
|
| ZoneList<Expression*>* args = new (zone()) ZoneList<Expression*>(4, zone());
|
| args->Add(factory()->NewArrayLiteral(
|
| const_cast<ZoneList<Expression*>*>(cooked_strings),
|
|
|