| Index: src/arm/lithium-arm.cc | 
| =================================================================== | 
| --- src/arm/lithium-arm.cc	(revision 10686) | 
| +++ src/arm/lithium-arm.cc	(working copy) | 
| @@ -1125,6 +1125,11 @@ | 
| } | 
|  | 
|  | 
| +LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { | 
| +  return MarkAsCall(new LDeclareGlobals, instr); | 
| +} | 
| + | 
| + | 
| LInstruction* LChunkBuilder::DoGlobalObject(HGlobalObject* instr) { | 
| LOperand* context = UseRegisterAtStart(instr->value()); | 
| return DefineAsRegister(new LGlobalObject(context)); | 
|  |