| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c16d56c47e7f9eecad7b116e3518c4ac69d188a6..ec8000acaded7fd6122d30176a9894c971b420c8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -170,7 +170,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_proxies, "harmony proxies") \
|
| V(harmony_templates, "harmony template literals") \
|
| V(harmony_sloppy, "harmony features in sloppy mode") \
|
| - V(harmony_unicode, "harmony unicode escapes")
|
| + V(harmony_unicode, "harmony unicode escapes") \
|
| + V(harmony_object, "harmony Object methods")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|