Bug 253647

Summary: Remove useless checkType method, which confuses ARC and serves no purpose
Product: WebKit Reporter: Seija K. <gfunni234>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Seija K.
Reported 2023-03-09 07:24:55 PST
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.
Attachments
Seija K.
Comment 1 2023-03-10 08:35:15 PST
Radar WebKit Bug Importer
Comment 2 2023-03-16 08:25:16 PDT
Note You need to log in before you can comment on or make changes to this bug.