[Webkit-unassigned] [Bug 146001] New: Purge PassRefPtr with Ref or RefPtr
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 15 19:07:00 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146001
Bug ID: 146001
Summary: Purge PassRefPtr with Ref or RefPtr
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gyuyoung.kim at webkit.org
As step to remove PassRefPtr, this patch removes PassRefPtr in WebKit2. If function can't return nullptr, PassRefPtr is changed with Ref. If not, the function returns RefPtr.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150616/1ce23bc9/attachment-0001.html>
More information about the webkit-unassigned
mailing list