Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index 6e1dd727ee22f1ccfbcc3fd0adf3404c08c5e9a9..4ebf44a347aa137b792c812cf08b9bed192a361b 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -298,9 +298,7 @@ enum ArgumentsAllocationMode { |
class CodeGenerator: public AstVisitor { |
public: |
- // Takes a function literal, generates code for it. This function should only |
- // be called by compiler.cc. |
- static Handle<Code> MakeCode(CompilationInfo* info); |
+ static bool MakeCode(CompilationInfo* info); |
// Printing of AST, etc. as requested by flags. |
static void MakeCodePrologue(CompilationInfo* info); |