Files
ladybird/Libraries/LibHTML/TreeNode.h
Andreas Kling 26493a3039 LibHTML: Add TreeNode::remove_child()
This removes a child from the tree and returns it to the caller.
It optionally (but by default) calls removed_from(parent) on the child.
2019-11-06 20:26:17 +01:00

5.9 KiB