RESOLVED FIXED295166
Stop using pointers to HashMap / HashSet in TextEncodingRegistry.cpp
https://bugs.webkit.org/show_bug.cgi?id=295166
Summary Stop using pointers to HashMap / HashSet in TextEncodingRegistry.cpp
Chris Dumez
Reported 2025-06-28 16:10:53 PDT
Stop using pointers to HashMap / HashSet in TextEncodingRegistry.cpp. This is a bit of an anti-pattern since a HashMap/HashSet is already itself a pointer to a HashTable.
Attachments
Chris Dumez
Comment 1 2025-06-28 16:12:18 PDT
EWS
Comment 2 2025-06-29 18:31:56 PDT
Committed 296783@main (25c204edc004): <https://commits.webkit.org/296783@main> Reviewed commits have been landed. Closing PR #47345 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-06-29 18:32:13 PDT
Note You need to log in before you can comment on or make changes to this bug.