Bug 251717
| Summary: | [web-animations] KeyframeEffect::setBlendingKeyframes() should take in an rvalue reference | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
KeyframeEffect::setBlendingKeyframes() currently takes in an lvalue but its calls WTFMove() on it. That's wrong, it should take in an rvalue.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/9622
EWS
Committed 259837@main (78b297d677ce): <https://commits.webkit.org/259837@main>
Reviewed commits have been landed. Closing PR #9622 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/105019096>