| Index: src/arm/lithium-codegen-arm.cc | 
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc | 
| index 29588f4f368026ef6d34d8f5f3de88ec376fac96..fb687f7941404729c148968398f7f4a2d4852b7f 100644 | 
| --- a/src/arm/lithium-codegen-arm.cc | 
| +++ b/src/arm/lithium-codegen-arm.cc | 
| @@ -127,8 +127,6 @@ void LCodeGen::Comment(const char* format, ...) { | 
| bool LCodeGen::GeneratePrologue() { | 
| ASSERT(is_generating()); | 
|  | 
| -  ProfileEntryHookStub::MaybeCallEntryHook(masm_); | 
| - | 
| #ifdef DEBUG | 
| if (strlen(FLAG_stop_at) > 0 && | 
| info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) { | 
|  |