RESOLVED FIXED301272
[web-animations] use `TZONE_ALLOCATED` for animation classes that aren't DOM objects
https://bugs.webkit.org/show_bug.cgi?id=301272
Summary [web-animations] use `TZONE_ALLOCATED` for animation classes that aren't DOM ...
Antoine Quint
Reported 2025-10-22 05:43:45 PDT
The comments in `FastMalloc.h` indicate that `WTF_MAKE_TZONE_OR_ISO_ALLOCATED` should be used for classes that are a DOM object, but a few animation-related classes that aren't exposed to the DOM are decorated as such. Those should be using `WTF_MAKE_TZONE_ALLOCATED`.
Attachments
Antoine Quint
Comment 1 2025-10-22 05:45:30 PDT
EWS
Comment 2 2025-10-22 23:05:05 PDT
Committed 302004@main (19b91e6e289d): <https://commits.webkit.org/302004@main> Reviewed commits have been landed. Closing PR #52811 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-10-22 23:06:14 PDT
Note You need to log in before you can comment on or make changes to this bug.