Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 838085e40c6cd4417adaa6de4f8318f1b4f8093b..d7e5b429ed1bd1e474ea1de867eb2455c5f0cd03 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -52,7 +52,7 @@ class JSTypedLowering FINAL : public Reducer { |
Reduction ReduceUI32Shift(Node* node, Signedness left_signedness, |
const Operator* shift_op); |
- Node* ConvertToNumber(Node* input); |
+ Node* ConvertPrimitiveToNumber(Node* input); |
template <IrOpcode::Value> |
Node* FindConversion(Node* input); |
void InsertConversion(Node* conversion); |