| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index e9e1363939f30b4cea7d73af59dcff8be504aefe..e4e99c3884692749c84a5192cf02df2a0972d77c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -210,7 +210,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_array_includes, "harmony Array.prototype.includes") \
|
| V(harmony_new_target, "harmony new.target") \
|
| V(harmony_object_observe, "harmony Object.observe") \
|
|
|