| Index: src/ast/ast-value-factory.h
|
| diff --git a/src/ast/ast-value-factory.h b/src/ast/ast-value-factory.h
|
| index 1c2144c480d462fc9bcb5c1effd5790b1c164f67..60f55b2afe2656a2f9c8e8d61fc91a5ced57e2b9 100644
|
| --- a/src/ast/ast-value-factory.h
|
| +++ b/src/ast/ast-value-factory.h
|
| @@ -252,7 +252,6 @@ class AstValue : public ZoneObject {
|
| F(dot_generator, ".generator") \
|
| F(dot_generator_object, ".generator_object") \
|
| F(dot_iterator, ".iterator") \
|
| - F(dot_module, ".module") \
|
| F(dot_result, ".result") \
|
| F(dot_switch_tag, ".switch_tag") \
|
| F(dot_catch, ".catch") \
|
|
|