RESOLVED FIXED286033
Use HAVE(OPPORTUNISTIC_TASK_SCHEDULER) Instead of #if PLATFORM(MAC) for Asynchronously Delete Small DOM Nodes
https://bugs.webkit.org/show_bug.cgi?id=286033
Summary Use HAVE(OPPORTUNISTIC_TASK_SCHEDULER) Instead of #if PLATFORM(MAC) for Async...
Nathan Solomon
Reported 2025-01-15 14:51:28 PST
Change the compilation directive from #if PLATFORM(MAC) to HAVE(OPPORTUNISTIC_TASK_SCHEDULER) guarding the Asynchronously Delete Small DOM Nodes optimization.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-01-15 15:08:17 PST
Nathan Solomon
Comment 2 2025-01-15 15:14:25 PST
EWS
Comment 3 2025-01-17 09:52:15 PST
Committed 289070@main (254ca378d2b3): <https://commits.webkit.org/289070@main> Reviewed commits have been landed. Closing PR #39102 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.