| Index: src/mips/codegen-mips.h
|
| diff --git a/src/mips/codegen-mips.h b/src/mips/codegen-mips.h
|
| index 950df21d307ef8be3994186706d69dfbd6df3e5a..32d7d0d65c7135a41eb145e64bf960687578c0a1 100644
|
| --- a/src/mips/codegen-mips.h
|
| +++ b/src/mips/codegen-mips.h
|
| @@ -63,7 +63,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,
|
|
|