| Index: src/parser.cc
|
| diff --git a/src/parser.cc b/src/parser.cc
|
| index 2e6e0ad1cfab6aebc322c3cf930eb178fb370ec1..566b5a4ce8a67fe32a9c269eec1d9613ccc3c1fc 100644
|
| --- a/src/parser.cc
|
| +++ b/src/parser.cc
|
| @@ -6047,7 +6047,7 @@ Expression* Parser::SpreadCall(Expression* function,
|
| int pos) {
|
| if (function->IsSuperCallReference()) {
|
| // Super calls
|
| - // %ReflectConstruct(%GetPrototype(<this-function>), args, new.target))
|
| + // %reflect_construct(%GetPrototype(<this-function>), args, new.target))
|
| ZoneList<Expression*>* tmp = new (zone()) ZoneList<Expression*>(1, zone());
|
| tmp->Add(function->AsSuperCallReference()->this_function_var(), zone());
|
| Expression* get_prototype =
|
|
|