RESOLVED FIXED 212041
Replace uses of +self with +class
https://bugs.webkit.org/show_bug.cgi?id=212041
Summary Replace uses of +self with +class
Wenson Hsieh
Reported 2020-05-18 13:28:46 PDT
We currently use a mix of both (e.g. [Foo class] vs. [Foo self]) to retrieve the Objective-C Class instances. Ideally, we should be consistent.
Attachments
Patch (21.26 KB, patch)
2020-05-18 13:38 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2020-05-18 13:38:08 PDT
Wenson Hsieh
Comment 2 2020-05-18 15:14:27 PDT
Comment on attachment 399672 [details] Patch Thanks for the review!
EWS
Comment 3 2020-05-18 15:22:07 PDT
Committed r261833: <https://trac.webkit.org/changeset/261833> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399672 [details].
Note You need to log in before you can comment on or make changes to this bug.