| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index 8888aed26c04d41138d7deb4bd75a4f5caa7c674..01c397651e4b11db489c01029bb42db76a1a34f5 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -744,11 +744,9 @@ DEFINE_bool(log_snapshot_positions, false,
 | 
|  DEFINE_bool(log_suspect, false, "Log suspect operations.")
 | 
|  DEFINE_bool(prof, false,
 | 
|              "Log statistical profiling information (implies --log-code).")
 | 
| -DEFINE_bool(prof_auto, true,
 | 
| -            "Used with --prof, starts profiling automatically")
 | 
|  DEFINE_bool(prof_lazy, false,
 | 
|              "Used with --prof, only does sampling and logging"
 | 
| -            " when profiler is active (implies --noprof_auto).")
 | 
| +            " when profiler is active.")
 | 
|  DEFINE_bool(prof_browser_mode, true,
 | 
|              "Used with --prof, turns on browser-compatible mode for profiling.")
 | 
|  DEFINE_bool(log_regexp, false, "Log regular expression execution.")
 | 
| 
 |