Bug 212041 - Replace uses of +self with +class
Summary: Replace uses of +self with +class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2020-05-18 13:28 PDT by Wenson Hsieh
Modified: 2020-05-18 15:22 PDT (History)
12 users (show)

See Also:


Attachments
Patch (21.26 KB, patch)
2020-05-18 13:38 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].