RESOLVED FIXED 201194
Web Inspector: replace uses of added utility `Array.prototype.keySet` with an actual `Set`
https://bugs.webkit.org/show_bug.cgi?id=201194
Summary Web Inspector: replace uses of added utility `Array.prototype.keySet` with an...
Devin Rousso
Reported 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.
Attachments
Patch (10.04 KB, patch)
2019-08-27 13:24 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-08-27 13:24:41 PDT
Ross Kirsling
Comment 2 2019-08-27 14:45:18 PDT
Comment on attachment 377375 [details] Patch Yay for using the standard library! <3
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2019-08-27 17:10:55 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-08-27 17:11:25 PDT
Note You need to log in before you can comment on or make changes to this bug.