| Index: src/lithium.h
|
| diff --git a/src/lithium.h b/src/lithium.h
|
| index febf50ac9085ac8146fcc048ce0a1aa1062f35b0..686441e3834ebc375eb1e0781d69c45e81954b2a 100644
|
| --- a/src/lithium.h
|
| +++ b/src/lithium.h
|
| @@ -639,7 +639,7 @@ class LChunkBase: 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 ParameterAt(int index);
|
|
|