mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
LibWeb/Streams: Mark ReadableStreamGenericReaderMixin::m_realm
This commit is contained in:
parent
d7a3b65a44
commit
26d5d86682
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