mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/Streams: Mark ReadableStreamGenericReaderMixin::m_realm
This commit is contained in:
parent
d7a3b65a44
commit
26d5d86682
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/awesomekling
Commit: 26d5d86682
Pull-request: https://github.com/SerenityOS/serenity/pull/20459
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ void ReadableStreamGenericReaderMixin::visit_edges(JS::Cell::Visitor& visitor)
|
|||
{
|
||||
visitor.visit(m_closed_promise);
|
||||
visitor.visit(m_stream);
|
||||
visitor.visit(m_realm);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue