[Webkit-unassigned] [Bug 262226] New: Remove RefPtr::releaseConstNonNull
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 27 15:59:42 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262226
Bug ID: 262226
Summary: Remove RefPtr::releaseConstNonNull
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rreno at apple.com
CC: webkit-bug-importer at group.apple.com
There are no users of releaseConstNonNull. We can use Ref's templated move ctor to move from releaseNonNull's Ref<T> to Ref<const T> which is how Ref<const T> are being constructed from RefPtrs now (see FetchBody::extract)
--
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/20230927/c8e41cbb/attachment.htm>
More information about the webkit-unassigned
mailing list