diff --git a/src/maglev/maglev-ir.h b/src/maglev/maglev-ir.h index 3a8e8526a2..4751883131 100644 --- a/src/maglev/maglev-ir.h +++ b/src/maglev/maglev-ir.h @@ -1909,8 +1909,8 @@ class FastCreateClosure : public FixedInputValueNodeT<1, FastCreateClosure> { const compiler::FeedbackCellRef feedback_cell_; }; -class CreateClosure : public FixedInputValueNodeT<0, CreateClosure> { - using Base = FixedInputValueNodeT<0, CreateClosure>; +class CreateClosure : public FixedInputValueNodeT<1, CreateClosure> { + using Base = FixedInputValueNodeT<1, CreateClosure>; public: explicit CreateClosure(uint64_t bitfield,