| Index: src/arm/lithium-codegen-arm.cc | 
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc | 
| index d9f82cea8edb1cea24d6f0532e12f538069ffcbc..68bcb7b316aecb7154b0643de637f7e96397b3ce 100644 | 
| --- a/src/arm/lithium-codegen-arm.cc | 
| +++ b/src/arm/lithium-codegen-arm.cc | 
| @@ -503,8 +503,6 @@ bool LCodeGen::IsInteger32(LConstantOperand* op) const { | 
|  | 
| int LCodeGen::ToInteger32(LConstantOperand* op) const { | 
| HConstant* constant = chunk_->LookupConstant(op); | 
| -  ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); | 
| -  ASSERT(constant->HasInteger32Value()); | 
| return constant->Integer32Value(); | 
| } | 
|  | 
|  |