| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 836cd90404c78124567495f3693d32294ca0c74f..90410e9b54da4d21e4b18f42fbbf170c25cf2f43 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -379,7 +379,6 @@ 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")
|
|
|