| Index: src/log-utils.h
|
| diff --git a/src/log-utils.h b/src/log-utils.h
|
| index ef285e6d68c6dc8e4addd893f5af0220e40b279c..3856f6062f6f755f5b826850bcdc6771d05f5fc2 100644
|
| --- a/src/log-utils.h
|
| +++ b/src/log-utils.h
|
| @@ -22,10 +22,10 @@ class Log {
|
| void stop() { is_stopped_ = true; }
|
|
|
| static bool InitLogAtStart() {
|
| - return FLAG_log || FLAG_log_api || FLAG_log_code || FLAG_log_gc
|
| - || FLAG_log_handles || FLAG_log_suspect || FLAG_log_regexp
|
| - || FLAG_ll_prof || FLAG_perf_basic_prof || FLAG_perf_jit_prof
|
| - || FLAG_log_internal_timer_events;
|
| + return FLAG_log || FLAG_log_api || FLAG_log_code || FLAG_log_gc ||
|
| + FLAG_log_handles || FLAG_log_suspect || FLAG_log_regexp ||
|
| + FLAG_ll_prof || FLAG_perf_basic_prof || FLAG_perf_jit_prof ||
|
| + FLAG_log_internal_timer_events || FLAG_prof_cpp;
|
| }
|
|
|
| // Frees all resources acquired in Initialize and Open... functions.
|
|
|