Bug 283615
| Summary: | Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | New Bugs | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
This will allow the uses it to be expressed more concisely, and easier to read. For example,
WTF_MAKE_TZONE_ALLOCATED_IMPL_NESTED(NetworkSessionCachedNetworkResourceLoader, NetworkSession::CachedNetworkResourceLoader);
... is now expressed as:
WTF_MAKE_TZONE_ALLOCATED_IMPL_NESTED(NetworkSession, CachedNetworkResourceLoader);
This is purely a refactoring change.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140453436>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/37070
EWS
Committed 287013@main (775e08a1c30d): <https://commits.webkit.org/287013@main>
Reviewed commits have been landed. Closing PR #37070 and removing active labels.