WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
277331
Make MediaPlayer::createResourceLoader() return a Ref
https://bugs.webkit.org/show_bug.cgi?id=277331
Summary
Make MediaPlayer::createResourceLoader() return a Ref
Jean-Yves Avenard [:jya]
Reported
2024-07-30 00:46:04 PDT
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-07-30 00:46:25 PDT
<
rdar://problem/132788469
>
Jean-Yves Avenard [:jya]
Comment 2
2024-07-30 01:38:11 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/31455
EWS
Comment 3
2024-07-30 21:44:01 PDT
Committed
281637@main
(ffc49822aace): <
https://commits.webkit.org/281637@main
> Reviewed commits have been landed. Closing PR #31455 and removing active labels.
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