mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-24 11:11:51 +00:00
LibWeb/HTML: Use finalize to clean up MessagePort instances
This commit is contained in:
parent
0b2c80e503
commit
e767029e24
Notes:
github-actions[bot]
2025-01-02 10:39:57 +00:00
Author: https://github.com/shannonbooth
Commit: e767029e24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3070
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/konradekk
2 changed files with 9 additions and 5 deletions
|
@ -68,6 +68,7 @@ private:
|
|||
explicit MessagePort(JS::Realm&);
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void finalize() override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
bool is_entangled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue