mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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:
committed by
Tim Ledbetter
parent
22a7cd9700
commit
14eb081af8
Notes:
github-actions[bot]
2025-01-27 00:11:37 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/14eb081af8f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3368 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/tcl3 ✅
@@ -34,8 +34,8 @@ void HTMLStyleElement::visit_edges(Cell::Visitor& visitor)
|
||||
|
||||
void HTMLStyleElement::children_changed()
|
||||
{
|
||||
m_style_element_utils.update_a_style_block(*this);
|
||||
Base::children_changed();
|
||||
m_style_element_utils.update_a_style_block(*this);
|
||||
}
|
||||
|
||||
void HTMLStyleElement::inserted()
|
||||
|
||||
Reference in New Issue
Block a user