[Webkit-unassigned] [Bug 277331] New: Make MediaPlayer::createResourceLoader() return a Ref

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 00:46:04 PDT 2024


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

            Bug ID: 277331
           Summary: Make MediaPlayer::createResourceLoader() return a Ref
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com

createResourceLoader() returns a RefPtr<PlatformMediaResourceLoader> but it can never be null and all the callers assume as such.

We should change it to return Ref<PlatformMediaResourceLoader>

-- 
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/20240730/e19fe175/attachment-0001.htm>


More information about the webkit-unassigned mailing list