Bug 141819 - Web Inspector: Use of Array.from for NodeList/Arguments to Array conversion
Summary: Web Inspector: Use of Array.from for NodeList/Arguments to Array conversion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-19 17:38 PST by Joseph Pecoraro
Modified: 2015-02-19 21:53 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.58 KB, patch)
2015-02-19 17:41 PST, 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 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.