Index: src/compiler/simplified-lowering.h |
diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h |
index aebc9bd3cd04418a69c7ab943013e31291831d6f..70c6cbb916adce5c837d8d45b56f2761e42add97 100644 |
--- a/src/compiler/simplified-lowering.h |
+++ b/src/compiler/simplified-lowering.h |
@@ -42,6 +42,7 @@ class SimplifiedLowering final { |
RepresentationChanger* changer); |
void DoStoreBuffer(Node* node); |
void DoShift(Node* node, Operator const* op, Type* rhs_type); |
+ void DoStringToNumber(Node* node); |
private: |
JSGraph* const jsgraph_; |