Files
servo/components/script/dom/html
Simon Wülker fc908adfd8 script: Return early from "assign_slottables" when assigned slots did not change (#40191)
The remainder of this algorithm updates the slottables assigned slot and
the slots assigned nodes, but neither operation will do anything if the
slottables didn't change. This should be a slight performance
improvement.

Testing: Covered by existing tests

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-10-26 22:26:54 +00:00
..