Bug 300255
| Summary: | Remove use of `RefPtr::unsafeGet()` in `KeyframeEffect::timingFunctionForBlendingKeyframe()` | ||
|---|---|---|---|
| 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 `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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162060902>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/51886
EWS
Committed 301329@main (5305f27f68fa): <https://commits.webkit.org/301329@main>
Reviewed commits have been landed. Closing PR #51886 and removing active labels.