[Webkit-unassigned] [Bug 252894] New: [MSE] Make input argument to canPlayThroughRange() const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 03:47:05 PST 2023


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

            Bug ID: 252894
           Summary: [MSE] Make input argument to canPlayThroughRange()
                    const
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

Arguments passed by reference without const are generally 
assumed to be output arguments. This is not the case here.

This patch fixes it.

-- 
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/20230224/f27e02a6/attachment.htm>


More information about the webkit-unassigned mailing list