| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 1042)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -287,7 +287,7 @@
|
| bool force_cc);
|
| void Load(Expression* x, TypeofState typeof_state = NOT_INSIDE_TYPEOF);
|
| void LoadGlobal();
|
| - void LoadGlobalReceiver(Register scratch);
|
| + void LoadGlobalReceiver();
|
|
|
| // Generate code to push the value of an expression on top of the frame
|
| // and then spill the frame fully to memory. This function is used
|
|
|