Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: src/log-utils.cc

Issue 2422593003: Remove --log-regexp. (Closed)
Patch Set: fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/log-utils.h ('k') | src/regexp/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log-utils.cc
diff --git a/src/log-utils.cc b/src/log-utils.cc
index 22972ec0551bd700936332583423ef64779a152f..462f83f5345356a0502887b179fa154e63965375 100644
--- a/src/log-utils.cc
+++ b/src/log-utils.cc
@@ -37,7 +37,6 @@ void Log::Initialize(const char* log_file_name) {
FLAG_log_gc = true;
FLAG_log_suspect = true;
FLAG_log_handles = true;
- FLAG_log_regexp = true;
FLAG_log_internal_timer_events = true;
}
« no previous file with comments | « src/log-utils.h ('k') | src/regexp/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698