Index: src/arm/codegen-arm.h |
diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h |
index d9cc3872556d179b41e6ffb4ae97f4ee54e0adfe..54530d87262df1577603039e1840e5f501c0bbd7 100644 |
--- a/src/arm/codegen-arm.h |
+++ b/src/arm/codegen-arm.h |
@@ -61,7 +61,7 @@ class CodeGenerator: public AstVisitor { |
// Print the code after compiling it. |
static void PrintCode(Handle<Code> code, CompilationInfo* info); |
- static bool ShouldGenerateLog(Expression* type); |
+ static bool ShouldGenerateLog(Isolate* isolate, Expression* type); |
static void SetFunctionInfo(Handle<JSFunction> fun, |
FunctionLiteral* lit, |