Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index ef1f8f7700dca1b9058b954da480b518a6634e90..efb2fd3ae422f000b7b4168cfcb1679da3e3faf9 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -229,6 +229,7 @@ class LCodeGen BASE_EMBEDDED { |
Register scratch1, |
Register scratch2); |
void DoMathFloor(LUnaryMathOperation* instr); |
+ void DoMathRound(LUnaryMathOperation* instr); |
void DoMathSqrt(LUnaryMathOperation* instr); |
// Support for recording safepoint and position information. |