| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index 2fee0396fd487b02ac8d4020de783abcb989c810..ca36ac8ea19995b785a4802c56e412bbe91c27cc 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -267,7 +267,7 @@ class AstValue : public ZoneObject {
|
| F(make_syntax_error, "MakeSyntaxError") \
|
| F(make_type_error, "MakeTypeError") \
|
| F(native, "native") \
|
| - F(new_target, "new.target") \
|
| + F(new_target, ".new.target") \
|
| F(next, "next") \
|
| F(proto, "__proto__") \
|
| F(prototype, "prototype") \
|
|
|