| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 93d9aac536e5cb36254a177860fd3dac4f3703f5..7d1f59ad5ff56baf7b7567f5a500a273149dde19 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.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 bool RecordPositions(MacroAssembler* masm,
|
| int pos,
|
|
|