mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 02:10:26 +00:00
LibWeb/HTML: Always provide ChildrenChangedMetadata to children changed
This commit is contained in:
parent
02783a6f1d
commit
cc6536b527
Notes:
github-actions[bot]
2026-03-19 08:47:59 +00:00
Author: https://github.com/shannonbooth
Commit: cc6536b527
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8486
Reviewed-by: https://github.com/gmta ✅
31 changed files with 37 additions and 34 deletions
|
|
@ -648,7 +648,7 @@ void HTMLScriptElement::prepare_script()
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/scripting.html#script-processing-model:children-changed-steps
|
||||
void HTMLScriptElement::children_changed(ChildrenChangedMetadata const* metadata)
|
||||
void HTMLScriptElement::children_changed(ChildrenChangedMetadata const& metadata)
|
||||
{
|
||||
Base::children_changed(metadata);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue