| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index ca36ac8ea19995b785a4802c56e412bbe91c27cc..e9daf4a2fd85657e606cb8f40ba4d0ffbc5d35f6 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -255,6 +255,7 @@ class AstValue : public ZoneObject {
|
| F(dot_iterator, ".iterator") \
|
| F(dot_module, ".module") \
|
| F(dot_result, ".result") \
|
| + F(dot_switch_tag, ".switch_tag") \
|
| F(empty, "") \
|
| F(eval, "eval") \
|
| F(get_template_callsite, "$getTemplateCallSite") \
|
|
|