WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
283615
Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type.
https://bugs.webkit.org/show_bug.cgi?id=283615
Summary
Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and ...
Mark Lam
Reported
2024-11-22 19:13:39 PST
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
Comment 1
2024-11-22 19:13:58 PST
<
rdar://problem/140453436
>
Mark Lam
Comment 2
2024-11-22 19:17:54 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37070
EWS
Comment 3
2024-11-23 09:21:49 PST
Committed
287013@main
(775e08a1c30d): <
https://commits.webkit.org/287013@main
> Reviewed commits have been landed. Closing PR #37070 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug