| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 656f9da13f4daedce920fc2881e76bd3a879e4e5..26b6457288e2149d339eec51416bc6fb304f84cc 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;
|
|
|