| Index: src/fast-codegen.h
|
| ===================================================================
|
| --- src/fast-codegen.h (revision 3473)
|
| +++ src/fast-codegen.h (working copy)
|
| @@ -240,7 +240,7 @@
|
|
|
| // Platform-specific code sequences for calls
|
| void EmitCallWithStub(Call* expr);
|
| - void EmitCallWithIC(Call* expr, RelocInfo::Mode reloc_info);
|
| + void EmitCallWithIC(Call* expr, Handle<Object> name, RelocInfo::Mode mode);
|
|
|
| // Platform-specific code for loading variables.
|
| void EmitVariableLoad(Variable* expr, Expression::Context context);
|
|
|