Bug 141819

Summary: Web Inspector: Use of Array.from for NodeList/Arguments to Array conversion
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-02-19 17:38:46 PST
* SUMMARY
Use of Array.from for NodeList/Arguments to Array conversion.

Dog food new JSC features. We are using [...map.values()] in some places that might also be convertible, but keeping it for now.
Comment 1 Radar WebKit Bug Importer 2015-02-19 17:39:01 PST
<rdar://problem/19897936>
Comment 2 Joseph Pecoraro 2015-02-19 17:41:08 PST
Created attachment 246929 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-02-19 21:53:47 PST
Comment on attachment 246929 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 246929

Committed r180384: <http://trac.webkit.org/changeset/180384>
Comment 4 WebKit Commit Bot 2015-02-19 21:53:51 PST
All reviewed patches have been landed.  Closing bug.