mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
This commit is contained in:
parent
98ed74087f
commit
82eeee2008
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/mattco98
Commit: 82eeee2008
Pull-request: https://github.com/SerenityOS/serenity/pull/17979
Reviewed-by: https://github.com/awesomekling
17 changed files with 20 additions and 15 deletions
|
@ -15,7 +15,7 @@ namespace JS {
|
|||
|
||||
void PromiseValueList::visit_edges(Visitor& visitor)
|
||||
{
|
||||
Cell::visit_edges(visitor);
|
||||
Base::visit_edges(visitor);
|
||||
for (auto& val : m_values)
|
||||
visitor.visit(val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue