Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index c4de404116e8313660e19a928cf2015c305264e7..9ef2518822069d4afc3fd121cdf69d9f3461f1eb 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -264,6 +264,8 @@ DEFINE_bool(collect_heap_spill_statistics, false, |
| "report heap spill statistics along with heap_stats " |
| "(requires heap_stats)") |
| +DEFINE_bool(trace_regexps, false, "trace regexp execution") |
| + |
| // |
| // Logging and profiling only flags |
| // |