WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
302566
[web-animations] make `KeyframeEffectStack::sortedEffects()` return a const reference
https://bugs.webkit.org/show_bug.cgi?id=302566
Summary
[web-animations] make `KeyframeEffectStack::sortedEffects()` return a const r...
Antoine Quint
Reported
2025-11-15 03:31:28 PST
`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
Comment 1
2025-11-15 03:33:32 PST
Pull request:
https://github.com/WebKit/WebKit/pull/53987
EWS
Comment 2
2025-11-15 08:58:40 PST
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
Comment 3
2025-11-15 08:59:12 PST
<
rdar://problem/164794236
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug