| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cd2a6c168b3408173d08d86ed158a99d077f9fde..2e2074b7a6392d12c9693f3d02be4ef57c36f250 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -391,7 +391,7 @@ DEFINE_bool(prof_auto, true,
|
| DEFINE_bool(prof_lazy, false,
|
| "Used with --prof, only does sampling and logging"
|
| " when profiler is active (implies --noprof_auto).")
|
| -DEFINE_bool(prof_browser_mode, false,
|
| +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.")
|
| DEFINE_bool(sliding_state_window, false,
|
|
|