| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 2c327819c2edf3458bafa0de18d7fae51ec573d0..5da998c809a08e45d58f7ba6a7510dce13a717e4 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -94,8 +94,7 @@
|
| P(interpret_irregexp, bool, USING_DBC, "Use irregexp bytecode interpreter") \
|
| P(lazy_dispatchers, bool, true, "Generate dispatchers lazily") \
|
| P(link_natives_lazily, bool, false, "Link native calls lazily") \
|
| - R(limit_ints_to_64_bits, false, bool, false, \
|
| - "Throw a RangeError on 64-bit integer overflow"); \
|
| + R(limit_ints_to_64_bits, false, bool, false, "Truncate integers to 64 bits") \
|
| C(load_deferred_eagerly, true, true, bool, false, \
|
| "Load deferred libraries eagerly.") \
|
| R(log_marker_tasks, false, bool, false, \
|
|
|