NEW 253647
Remove useless checkType method, which confuses ARC and serves no purpose
https://bugs.webkit.org/show_bug.cgi?id=253647
Summary Remove useless checkType method, which confuses ARC and serves no purpose
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.