Bug 226553

Summary: Drop WTF::Vector overloads taking index as Checked<size_t>
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, darin, ews-watchlist, ggaren, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 226514    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 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).
Comment 1 Chris Dumez 2021-06-02 14:04:53 PDT
Created attachment 430402 [details]
Patch
Comment 2 Chris Dumez 2021-06-02 14:05:41 PDT
Created attachment 430403 [details]
Patch
Comment 3 Geoffrey Garen 2021-06-02 16:14:19 PDT
Comment on attachment 430403 [details]
Patch

r=me
Comment 4 EWS 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].
Comment 5 Radar WebKit Bug Importer 2021-06-02 16:50:21 PDT
<rdar://problem/78789207>