Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 048d4fc80b6adc09a2e14fa68d507baa50127478..46c1d39b5f570f2668890916947562f36bd2cc2b 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -665,7 +665,7 @@ class LUnaryMathOperation: public LUnaryOperation { |
DECLARE_HYDROGEN_ACCESSOR(UnaryMathOperation) |
virtual void PrintDataTo(StringStream* stream) const; |
- MathFunctionId op() const { return hydrogen()->op(); } |
+ BuiltinFunctionId op() const { return hydrogen()->op(); } |
}; |