mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibWeb: Add missing base class upcalls in Node::inserted() overrides
This commit is contained in:
committed by
Andreas Kling
parent
7269fc3e52
commit
003c045589
@@ -170,6 +170,7 @@ WebIDL::ExceptionOr<void> HTMLMeterElement::set_optimum(double value)
|
||||
|
||||
void HTMLMeterElement::inserted()
|
||||
{
|
||||
Base::inserted();
|
||||
create_shadow_tree_if_needed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user