Bug 286033
| Summary: | Use HAVE(OPPORTUNISTIC_TASK_SCHEDULER) Instead of #if PLATFORM(MAC) for Asynchronously Delete Small DOM Nodes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nathan Solomon <nathan_solomon> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | webkit-bug-importer, zakr |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 15 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nathan Solomon
Change the compilation directive from #if PLATFORM(MAC) to HAVE(OPPORTUNISTIC_TASK_SCHEDULER) guarding the Asynchronously Delete Small DOM Nodes optimization.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143001569>
Nathan Solomon
Pull request: https://github.com/WebKit/WebKit/pull/39102
EWS
Committed 289070@main (254ca378d2b3): <https://commits.webkit.org/289070@main>
Reviewed commits have been landed. Closing PR #39102 and removing active labels.