| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index 68820da50d72200ba84c9ecb3b9c6ba3e75f193d..a39f9d6c62c565d1a38038b0ee84b2a496dcfab6 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -199,7 +199,8 @@ DEFINE_IMPLICATION(es_staging, move_object_start) | 
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer")             \ | 
| V(harmony_simd, "harmony simd")                                       \ | 
| V(harmony_do_expressions, "harmony do-expressions")                   \ | 
| -  V(harmony_regexp_property, "harmony unicode regexp property classes") | 
| +  V(harmony_regexp_property, "harmony unicode regexp property classes") \ | 
| +  V(harmony_string_padding, "harmony String-padding methods") | 
|  | 
| // Features that are complete (but still behind --harmony/es-staging flag). | 
| #define HARMONY_STAGED(V)                                                    \ | 
|  |