Chromium Code Reviews| Index: src/codegen-arm.h | 
| =================================================================== | 
| --- src/codegen-arm.h (revision 542) | 
| +++ src/codegen-arm.h (working copy) | 
| @@ -225,6 +225,7 @@ | 
| bool force_cc); | 
| void Load(Expression* x, TypeofState typeof_state = NOT_INSIDE_TYPEOF); | 
| void LoadGlobal(); | 
| + void LoadGlobalReceiver(Register scratch); | 
| // Read a value from a slot and leave it on top of the expression stack. | 
| void LoadFromSlot(Slot* slot, TypeofState typeof_state); |