Bug 212041

Summary: Replace uses of +self with +class
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebCore Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, darin, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.