Bug 311300
| Summary: | Update UniqueRef's expected malloc strategy message | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ccarley2 |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
ccarley2
When creating a UniqueRef for type T, T must either use FastMalloc or TZoneMalloc. The message currently says to use FastMalloc. It should be updated to suggest TZoneMalloc.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
ccarley2
<rdar://problem/173893471>
ccarley2
Pull request: https://github.com/WebKit/WebKit/pull/61862
EWS
Committed 310475@main (05b8ba834d02): <https://commits.webkit.org/310475@main>
Reviewed commits have been landed. Closing PR #61862 and removing active labels.