[Webkit-unassigned] [Bug 223823] New: WebFeature class fails to copy/retain its instance variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 15:56:41 PDT 2021


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

            Bug ID: 223823
           Summary: WebFeature class fails to copy/retain its instance
                    variables
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: sam at webkit.org

WebFeature class fails to copy/retain its instance variables despite what its @property declarations state.

To fix this, I'm just going to add -copy methods in the init method, and add a -dealloc method that can be deleted when switching to ARC.

Using RetainPtr<> for this class seems overkill.

-- 
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/20210326/d0ac8894/attachment-0001.htm>


More information about the webkit-unassigned mailing list