WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Seija K.
Comment 1
2023-03-10 08:35:15 PST
Pull request:
https://github.com/WebKit/WebKit/pull/11297
Radar WebKit Bug Importer
Comment 2
2023-03-16 08:25:16 PDT
<
rdar://problem/106808845
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug