| Index: src/arm/lithium-arm.h
 | 
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
 | 
| index 869a80a28068c3260493cf91460def4ee7ed8c45..fb932804e76113c3f030aa3ace2297d26c69739a 100644
 | 
| --- a/src/arm/lithium-arm.h
 | 
| +++ b/src/arm/lithium-arm.h
 | 
| @@ -2228,7 +2228,7 @@ class LChunk: public ZoneObject {
 | 
|  
 | 
|    void AddInstruction(LInstruction* instruction, HBasicBlock* block);
 | 
|    LConstantOperand* DefineConstantOperand(HConstant* constant);
 | 
| -  Handle<Object> LookupLiteral(LConstantOperand* operand) const;
 | 
| +  HConstant* LookupConstant(LConstantOperand* operand) const;
 | 
|    Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
 | 
|  
 | 
|    int GetNextSpillIndex(bool is_double);
 | 
| 
 |