mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
This uses UnrootedSimpleNodeIterator in a couple of places, namely - delete_cell_or_row - children_changed - move_fn More importantly this implements upcast and downcast for `UnrootedDom`. These methods work the same as the DomRoot methods except that they carry the no_gc and, hence, keep the lifetime. Testing: WPT tests will see if this breaks something. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>