mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Add missing initialize call to WritableStreamDefaultController
This commit is contained in:
parent
98dadb0ce6
commit
0339ece565
Notes:
github-actions[bot]
2024-11-17 13:52:41 +00:00
Author: https://github.com/shannonbooth
Commit: 0339ece565
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2391
3 changed files with 27 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue