Bug 172677 - Simply some NSNumber usage
Summary: Simply some NSNumber usage
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: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-26 21:24 PDT by Joseph Pecoraro
Modified: 2017-05-30 20:20 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (14.76 KB, patch)
2017-05-26 21:25 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-05-26 21:24:05 PDT
Convert a bunch of simple cases:

    [NSNumber numberWithBool:YES] => @YES
    [NSNumber numberWithBool:NO] => @NO

I think this improves readability.
Comment 1 Joseph Pecoraro 2017-05-26 21:25:05 PDT
Created attachment 311406 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-05-26 22:25:10 PDT
Comment on attachment 311406 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 311406

Committed r217520: <http://trac.webkit.org/changeset/217520>
Comment 3 WebKit Commit Bot 2017-05-26 22:25:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-05-30 20:20:04 PDT
<rdar://problem/32479664>