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

Unified Diff: src/codegen-arm.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.cc ('k') | src/codegen-arm.cc » ('j') | src/log.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen-arm.h
diff --git a/src/codegen-arm.h b/src/codegen-arm.h
index 18f7a9212b643eaf1f384d024b97556f290d93c7..c1a823b910a28f058adeb3440bf6fed9d1dd4dcd 100644
--- a/src/codegen-arm.h
+++ b/src/codegen-arm.h
@@ -195,7 +195,9 @@ class CodeGenerator: public AstVisitor {
Handle<Script> script,
bool is_eval);
+#ifdef ENABLE_LOGGING_AND_PROFILING
static bool ShouldGenerateLog(Expression* type);
+#endif
static void SetFunctionInfo(Handle<JSFunction> fun,
int length,
« no previous file with comments | « src/codegen.cc ('k') | src/codegen-arm.cc » ('j') | src/log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698