Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 6125e27e2832b48c4558a8d33d9a81bd292737d3..143109c92da2f0d2b5c114a994645102e5a61746 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -115,7 +115,7 @@ class LCodeGen BASE_EMBEDDED { |
DwVfpRegister EmitLoadDoubleRegister(LOperand* op, |
SwVfpRegister flt_scratch, |
DwVfpRegister 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; |