Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 64e599e2bc84e4b88bf979becb22e5381b50a92f..d6ef947eb8efc56d0429df4e4e535b863540563e 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -74,6 +74,7 @@ class JSTypedLowering final : public AdvancedReducer { |
const Operator* shift_op); |
Node* Word32Shl(Node* const lhs, int32_t const rhs); |
+ Node* AllocateArguments(Node* effect, Node* control, Node* frame_state); |
Factory* factory() const; |
Graph* graph() const; |