[Webkit-unassigned] [Bug 251717] New: [web-animations] KeyframeEffect::setBlendingKeyframes() should take in an rvalue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 12:37:35 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251717

            Bug ID: 251717
           Summary: [web-animations]
                    KeyframeEffect::setBlendingKeyframes() should take in
                    an rvalue
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

KeyframeEffect::setBlendingKeyframes() currently takes in an lvalue but its calls WTFMove() on it. That's wrong, it should take in an rvalue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230203/b7ad348c/attachment.htm>


More information about the webkit-unassigned mailing list