| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index dcd9aa3ea3659ffb3bdc336f031ffd6158e33105..8e7d510cfaa1ae62a23b9d2ff7c5c57448f010ee 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -214,8 +214,6 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
|
| V(harmony_object_own_property_descriptors, \
|
| "harmony Object.getOwnPropertyDescriptors()") \
|
| - V(harmony_restrictive_declarations, \
|
| - "harmony limitations on sloppy mode function declarations")
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| #define HARMONY_SHIPPING(V) \
|
| @@ -230,6 +228,8 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| V(harmony_proxies, "harmony proxies") \
|
| V(harmony_reflect, "harmony Reflect API") \
|
| V(harmony_regexp_subclass, "harmony regexp subclassing") \
|
| + V(harmony_restrictive_declarations, \
|
| + "harmony limitations on sloppy mode function declarations") \
|
| V(harmony_species, "harmony Symbol.species")
|
|
|
| // Once a shipping feature has proved stable in the wild, it will be dropped
|
|
|