Bug 201194 - Web Inspector: replace uses of added utility `Array.prototype.keySet` with an actual `Set`
Summary: Web Inspector: replace uses of added utility `Array.prototype.keySet` with an...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-27 12:39 PDT by Devin Rousso
Modified: 2019-08-27 17:11 PDT (History)
5 users (show)

See Also:


Attachments
Patch (10.04 KB, patch)
2019-08-27 13:24 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-08-27 12:39:22 PDT
They both have basically the same functionality, with one difference being that a `Set` can work with arrays that have non-string values.
Comment 1 Devin Rousso 2019-08-27 13:24:41 PDT
Created attachment 377375 [details]
Patch
Comment 2 Ross Kirsling 2019-08-27 14:45:18 PDT
Comment on attachment 377375 [details]
Patch

Yay for using the standard library! <3
Comment 3 WebKit Commit Bot 2019-08-27 17:10:54 PDT
Comment on attachment 377375 [details]
Patch

Clearing flags on attachment: 377375

Committed r249185: <https://trac.webkit.org/changeset/249185>
Comment 4 WebKit Commit Bot 2019-08-27 17:10:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-08-27 17:11:25 PDT
<rdar://problem/54770472>