| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index c97859cfc907a56ccad168f58117581217744b4c..0eacdfd455e459fc28269c22f7157746faa51c7e 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -670,7 +670,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(); }
|
| };
|
|
|
|
|
|
|