mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Make Editing::fix_disallowed_ancestors_of_node() take a GC::Ref
This commit is contained in:
parent
211dc5659c
commit
98df4c2b3c
Notes:
github-actions[bot]
2024-12-04 05:53:28 +00:00
Author: https://github.com/gmta
Commit: 98df4c2b3c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2735
Reviewed-by: https://github.com/tcl3
3 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ bool command_delete_action(DOM::Document& document, String const&)
|
|||
}
|
||||
|
||||
// 7. Fix disallowed ancestors of node.
|
||||
fix_disallowed_ancestors_of_node(node);
|
||||
fix_disallowed_ancestors_of_node(*node);
|
||||
|
||||
// 8. Return true.
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue