Bug 302426
| Summary: | Remove the redundant tryReserveCapacity() call in WebAssemblyBuiltinSet::finalizeCreation() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vassili Bykov <v_bykov> |
| Component: | JavaScriptCore | Assignee: | Vassili Bykov <v_bykov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Trivial | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vassili Bykov
The call is followed by .grow() to the same size, and .grow() by itself will take care of any necessary capacity increase.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/164587378>
Vassili Bykov
Pull request: https://github.com/WebKit/WebKit/pull/53836
EWS
Committed 302961@main (8e04a93996ff): <https://commits.webkit.org/302961@main>
Reviewed commits have been landed. Closing PR #53836 and removing active labels.