Index: src/mips/lithium-codegen-mips.h |
diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h |
index a328b03ba96564340176bdb3886b6613e4fb58bd..61c2bc2385f0f00d6570d29691205392335ff32a 100644 |
--- a/src/mips/lithium-codegen-mips.h |
+++ b/src/mips/lithium-codegen-mips.h |
@@ -114,7 +114,7 @@ class LCodeGen BASE_EMBEDDED { |
DoubleRegister EmitLoadDoubleRegister(LOperand* op, |
FloatRegister flt_scratch, |
DoubleRegister dbl_scratch); |
- int ToRepresentation(LConstantOperand* op, const Representation& r) const; |
+ int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const; |
int32_t ToInteger32(LConstantOperand* op) const; |
Smi* ToSmi(LConstantOperand* op) const; |
double ToDouble(LConstantOperand* op) const; |