mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
LibWeb: Add missing calls to Base::children_changed
Also making sure that it is called at the top of the implementation for consistency.
This commit is contained in:
parent
22a7cd9700
commit
14eb081af8
Notes:
github-actions[bot]
2025-01-27 00:11:37 +00:00
Author: https://github.com/shannonbooth
Commit: 14eb081af8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3368
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 8 additions and 2 deletions
|
@ -768,6 +768,8 @@ GC_DEFINE_ALLOCATOR(SourceElementSelector);
|
|||
|
||||
void HTMLMediaElement::children_changed()
|
||||
{
|
||||
Base::children_changed();
|
||||
|
||||
if (m_source_element_selector)
|
||||
m_source_element_selector->process_next_candidate().release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue