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

Unified Diff: src/log.h

Issue 16573: Fixed build with no ENABLE_LOGGING_AND_PROFILING (Closed)
Patch Set: Created 11 years, 11 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/codegen-ia32.cc ('k') | src/log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 93ac6a012ad4bb5b427f0c55cc65cff22e574970..3fe9d9e9d65a8c8d9cfe487004c53deb70cef946 100644
--- a/src/log.h
+++ b/src/log.h
@@ -200,9 +200,9 @@ class Logger {
static StateTag state() {
return current_state_ ? current_state_->state() : OTHER;
}
-#endif
static bool is_enabled() { return logfile_ != NULL; }
+#endif
Søren Thygesen Gjesse 2009/01/07 14:22:09 This #endif (for #ifdef ENABLE_LOGGING_AND_PROFILI
#ifdef ENABLE_LOGGING_AND_PROFILING
private:
« no previous file with comments | « src/codegen-ia32.cc ('k') | src/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698