| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index fcd733b7400ac1b86ed0f7c0b319acb2b13bc070..80ae787dbfc82e24561e84b820ddb62f807ee02d 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -210,7 +210,8 @@ | 
| "harmony restrictions on generator declarations")       \ | 
| V(harmony_tailcalls, "harmony tail calls")                \ | 
| V(harmony_trailing_commas,                                \ | 
| -    "harmony trailing commas in function parameter lists") | 
| +    "harmony trailing commas in function parameter lists")  \ | 
| +  V(harmony_string_padding, "harmony String-padding methods") | 
|  | 
| #ifdef V8_I18N_SUPPORT | 
| #define HARMONY_STAGED(V)                                          \ | 
| @@ -221,9 +222,7 @@ | 
| #endif | 
|  | 
| // Features that are shipping (turned on by default, but internal flag remains). | 
| -#define HARMONY_SHIPPING_BASE(V)                \ | 
| -  V(harmony_async_await, "harmony async-await") \ | 
| -  V(harmony_string_padding, "harmony String-padding methods") | 
| +#define HARMONY_SHIPPING_BASE(V) V(harmony_async_await, "harmony async-await") | 
|  | 
| #ifdef V8_I18N_SUPPORT | 
| #define HARMONY_SHIPPING(V) \ | 
|  |