| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index a7148be4819a9c05a6ce4d6d1706af3669ccc87d..343cfa462366ad7cbc9ecf87923f7b7a2eb56f4f 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -1516,7 +1516,7 @@ class RepresentationSelector {
|
| case IrOpcode::kStringToNumber: {
|
| VisitUnop(node, UseInfo::AnyTagged(), MachineRepresentation::kTagged);
|
| if (lower()) {
|
| - // StringToNumber(x) => Call(StringToNumberStub, x, no-context)
|
| + // StringToNumber(x) => Call(StringToNumber, x, no-context)
|
| Operator::Properties properties = Operator::kNoThrow;
|
| Callable callable = CodeFactory::StringToNumber(jsgraph_->isolate());
|
| CallDescriptor::Flags flags = CallDescriptor::kNoFlags;
|
|
|