RESOLVED FIXED 251717
[web-animations] KeyframeEffect::setBlendingKeyframes() should take in an rvalue reference
https://bugs.webkit.org/show_bug.cgi?id=251717
Summary [web-animations] KeyframeEffect::setBlendingKeyframes() should take in an rva...
Antoine Quint
Reported 2023-02-03 12:37:35 PST
KeyframeEffect::setBlendingKeyframes() currently takes in an lvalue but its calls WTFMove() on it. That's wrong, it should take in an rvalue.
Attachments
Antoine Quint
Comment 1 2023-02-03 12:41:20 PST
EWS
Comment 2 2023-02-03 13:41:58 PST
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
Comment 3 2023-02-03 13:42:29 PST
Note You need to log in before you can comment on or make changes to this bug.