| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index bfd966ad018c1805803e11e509e4fec781194e1c..aec048dade461325c7fa0f369d3ba491e0dc263b 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -208,7 +208,6 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| #define HARMONY_SHIPPING(V) \
|
| V(harmony_arrow_functions, "harmony arrow functions") \
|
| - V(harmony_computed_property_names, "harmony computed property names") \
|
| V(harmony_new_target, "harmony new.target") \
|
| V(harmony_object_observe, "harmony Object.observe") \
|
| V(harmony_spreadcalls, "harmony spread-calls") \
|
|
|