[Webkit-unassigned] [Bug 253647] New: Remove useless checkType method, which confuses ARC and serves no purpose

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 9 07:24:55 PST 2023


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

            Bug ID: 253647
           Summary: Remove useless checkType method, which confuses ARC
                    and serves no purpose
           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: doremylover123 at gmail.com

Whatever checkType was supposed to do, all it did was return m_ptr, which is useless, and the only other constexpr that uses it was RetainPtr. This also confuses ARC, which could not follow the logic for some reason.

-- 
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/20230309/c9ac063a/attachment.htm>


More information about the webkit-unassigned mailing list