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

Description Wenson Hsieh 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.
Comment 1 Wenson Hsieh 2020-05-18 13:38:08 PDT
Created attachment 399672 [details]
Patch
Comment 2 Wenson Hsieh 2020-05-18 15:14:27 PDT
Comment on attachment 399672 [details]
Patch

Thanks for the review!
Comment 3 EWS 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].