diff --git a/src/flags/flag-definitions.h b/src/flags/flag-definitions.h index 4e375ab65c..7659b2d796 100644 --- a/src/flags/flag-definitions.h +++ b/src/flags/flag-definitions.h @@ -278,10 +278,9 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") "harmony ResizableArrayBuffer / GrowableSharedArrayBuffer") #ifdef V8_INTL_SUPPORT -#define HARMONY_INPROGRESS(V) \ - HARMONY_INPROGRESS_BASE(V) \ - V(harmony_intl_displaynames_date_types, "Intl.DisplayNames date types") \ - V(harmony_intl_locale_info, "Intl locale info") +#define HARMONY_INPROGRESS(V) \ + HARMONY_INPROGRESS_BASE(V) \ + V(harmony_intl_displaynames_date_types, "Intl.DisplayNames date types") #else #define HARMONY_INPROGRESS(V) HARMONY_INPROGRESS_BASE(V) #endif @@ -292,9 +291,10 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") V(harmony_error_cause, "harmony error cause property") #ifdef V8_INTL_SUPPORT -#define HARMONY_STAGED(V) \ - HARMONY_STAGED_BASE(V) \ - V(harmony_intl_best_fit_matcher, "Intl BestFitMatcher") +#define HARMONY_STAGED(V) \ + HARMONY_STAGED_BASE(V) \ + V(harmony_intl_best_fit_matcher, "Intl BestFitMatcher") \ + V(harmony_intl_locale_info, "Intl locale info") #else #define HARMONY_STAGED(V) HARMONY_STAGED_BASE(V) #endif