Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 23e0c44b42bba499ee674b501a0328a0d9495981..b0ef2685851cef5f35c2cef02a58139e12d4ef5d 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -210,6 +210,7 @@ class LCodeGen BASE_EMBEDDED { |
void DoMathFloor(LUnaryMathOperation* instr); |
void DoMathRound(LUnaryMathOperation* instr); |
void DoMathSqrt(LUnaryMathOperation* instr); |
+ void DoMathPowHalf(LUnaryMathOperation* instr); |
void DoMathLog(LUnaryMathOperation* instr); |
void DoMathCos(LUnaryMathOperation* instr); |
void DoMathSin(LUnaryMathOperation* instr); |