| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index b07354a5e59f8d2061354e5c54aa2292d5ad7aec..f26e1613cebc4cf1232e5e96e323b126af907d47 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -361,6 +361,7 @@ DEFINE_bool(enable_vldr_imm, false,
 | 
|              "enable use of constant pools for double immediate (ARM only)")
 | 
|  
 | 
|  // bootstrapper.cc
 | 
| +DEFINE_bool(enable_i18n, true, "enable i18n extension")
 | 
|  DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
 | 
|  DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
 | 
|  DEFINE_bool(expose_gc, false, "expose gc extension")
 | 
| 
 |