LibWeb: Add missing initialize call to WritableStreamDefaultController

This commit is contained in:
Shannon Booth 2024-11-17 19:51:37 +13:00 committed by Tim Flynn
commit 0339ece565
Notes: github-actions[bot] 2024-11-17 13:52:41 +00:00
3 changed files with 27 additions and 19 deletions

View file

@ -56,6 +56,8 @@ public:
private:
explicit WritableStreamDefaultController(JS::Realm&);
virtual void initialize(JS::Realm&) override;
virtual void visit_edges(Visitor&) override;
// https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-abortalgorithm