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