mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Make Editing::fix_disallowed_ancestors_of_node() take a GC::Ref
This commit is contained in:
committed by
Jelle Raaijmakers
parent
211dc5659c
commit
98df4c2b3c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user