| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index a189f173b56fa2e2bf0b0a412e301441e1348721..dd079d3ebd89217cf8188a02fc5b811378cc8b31 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -253,7 +253,6 @@ class AstValue : public ZoneObject {
|
| F(make_reference_error, "MakeReferenceErrorEmbedded") \
|
| F(make_syntax_error, "MakeSyntaxErrorEmbedded") \
|
| F(make_type_error, "MakeTypeErrorEmbedded") \
|
| - F(module, "module") \
|
| F(native, "native") \
|
| F(next, "next") \
|
| F(proto, "__proto__") \
|
|
|