WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2023-02-03 12:41:20 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9622
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
<
rdar://problem/105019096
>
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