mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add missing initialize call to WritableStreamDefaultController
This commit is contained in:
Notes:
github-actions[bot]
2024-11-17 13:52:41 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/0339ece5650 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2391
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user