RESOLVED FIXED300255
Remove use of `RefPtr::unsafeGet()` in `KeyframeEffect::timingFunctionForBlendingKeyframe()`
https://bugs.webkit.org/show_bug.cgi?id=300255
Summary Remove use of `RefPtr::unsafeGet()` in `KeyframeEffect::timingFunctionForBlen...
Antoine Quint
Reported 2025-10-06 12:31:41 PDT
The `RefPtr::unsafeGet()` function was introduced in 301069@main to identify lifetime contradictions. One of the call sites is in `KeyframeEffect::timingFunctionForBlendingKeyframe()` and we should remove it.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-06 12:31:50 PDT
Antoine Quint
Comment 2 2025-10-06 12:33:37 PDT
EWS
Comment 3 2025-10-10 14:24:12 PDT
Committed 301329@main (5305f27f68fa): <https://commits.webkit.org/301329@main> Reviewed commits have been landed. Closing PR #51886 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.