[Webkit-unassigned] [Bug 218452] New: Duplicate copies of static RefPtr<Uint8Array> convertToUint8Array(IPC::SharedBufferCopy&& buffer)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 10:16:54 PST 2020


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

            Bug ID: 218452
           Summary: Duplicate copies of static RefPtr<Uint8Array>
                    convertToUint8Array(IPC::SharedBufferCopy&& buffer)
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

static RefPtr<Uint8Array> convertToUint8Array(IPC::SharedBufferCopy&& buffer) in these two files:

Source/WebKit/GPUProcess/media/RemoteLegacyCDMSessionProxy.cpp
Source/WebKit/WebProcess/GPU/media/RemoteLegacyCDMSession.cpp

They even have slightly different implementations!

There may be other code that could be shared as well.

Found during a build fix for a patch on Bug 218315 (see <https://trac.webkit.org/r269251>).

-- 
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/20201102/78426189/attachment.htm>


More information about the webkit-unassigned mailing list