Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 2686) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -299,14 +299,9 @@ |
#endif |
static void SetFunctionInfo(Handle<JSFunction> fun, |
- int length, |
- int function_token_position, |
- int start_position, |
- int end_position, |
- bool is_expression, |
+ FunctionLiteral* lit, |
bool is_toplevel, |
- Handle<Script> script, |
- Handle<String> inferred_name); |
+ Handle<Script> script); |
// Accessors |
MacroAssembler* masm() { return masm_; } |