mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
`dom_count` was used to determine whether it is worth it to run layout parallel algorithm. Now this is based on `layout_threads` pref. Testing: Just removing dead code. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>