Bug 302566
| Summary: | [web-animations] make `KeyframeEffectStack::sortedEffects()` return a const reference | ||
|---|---|---|---|
| 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
`KeyframeEffectStack` offers a single way to iterate over its effects, the `sortedEffects()` method. However, this method returns a copy of the effects, always, but most call sites could use a const reference of the effects.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/53987
EWS
Committed 303073@main (6d8c2b54d9cb): <https://commits.webkit.org/303073@main>
Reviewed commits have been landed. Closing PR #53987 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/164794236>