Bug 291754
| Summary: | Add missing move constructor to ResourceResponseBase | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
In Bug 291589 I added a move constructor to ResourceResponse, but omitted the equivalent constructor for ResourceResponseBase, meaning that a copy was still happening.
This corrects that oversight.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/149556736>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/44255
EWS
Committed 293868@main (592702d04e23): <https://commits.webkit.org/293868@main>
Reviewed commits have been landed. Closing PR #44255 and removing active labels.