Chromium Code Reviews| Index: src/codegen-ia32.h |
| diff --git a/src/codegen-ia32.h b/src/codegen-ia32.h |
| index ee1cfc1178d8243fccc5903634b4baf417e5a001..68ec56184854d4fc29c19a61ef365c2d0c124f16 100644 |
| --- a/src/codegen-ia32.h |
| +++ b/src/codegen-ia32.h |
| @@ -201,7 +201,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, |