[Webkit-unassigned] [Bug 283615] New: Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 22 19:13:39 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283615
Bug ID: 283615
Summary: Change WTF_MAKE_TZONE_ALLOCATED macros for nested
types to take an outer and inner type.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241123/1d48f867/attachment-0001.htm>
More information about the webkit-unassigned
mailing list