Bug 302015
| Summary: | [threaded-animations] remove extraneous ref-churn in `RemoteAnimation::apply()` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
The effect we call a method on in `RemoteAnimation::apply()` is already a `Ref` and yet we create an extra ref for it. It seems wasteful.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/164097428>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/53457
EWS
Committed 302623@main (daa49cf14304): <https://commits.webkit.org/302623@main>
Reviewed commits have been landed. Closing PR #53457 and removing active labels.