RESOLVED FIXED 226553
Drop WTF::Vector overloads taking index as Checked<size_t>
https://bugs.webkit.org/show_bug.cgi?id=226553
Summary Drop WTF::Vector overloads taking index as Checked<size_t>
Chris Dumez
Reported 2021-06-02 14:03:52 PDT
Drop WTF::Vector overloads taking in as Checked<size_t>. It is no longer needed now that Checked<size_t> can implicitly get converted to size_t (r278338).
Attachments
Patch (1.69 KB, patch)
2021-06-02 14:04 PDT, Chris Dumez
no flags
Patch (1.70 KB, patch)
2021-06-02 14:05 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-06-02 14:04:53 PDT
Chris Dumez
Comment 2 2021-06-02 14:05:41 PDT
Geoffrey Garen
Comment 3 2021-06-02 16:14:19 PDT
Comment on attachment 430403 [details] Patch r=me
EWS
Comment 4 2021-06-02 16:49:15 PDT
Committed r278384 (238411@main): <https://commits.webkit.org/238411@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 430403 [details].
Radar WebKit Bug Importer
Comment 5 2021-06-02 16:50:21 PDT
Note You need to log in before you can comment on or make changes to this bug.