Bug 149962

Summary: Modernize and cleanup an NSNumber constant
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: JavaScriptCoreAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-10-09 11:49:20 PDT
[NSNumber numberWithBool:true] is confusing as it normally takes a YES/NO. Either way it can be modernized to @YES.
Comment 1 Joseph Pecoraro 2015-10-09 11:49:56 PDT
Created attachment 262783 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-10-09 16:20:29 PDT
Comment on attachment 262783 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 262783

Committed r190831: <http://trac.webkit.org/changeset/190831>
Comment 3 WebKit Commit Bot 2015-10-09 16:20:32 PDT
All reviewed patches have been landed.  Closing bug.