WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
295166
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2025-06-28 16:12:18 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/47345
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
<
rdar://problem/154632763
>
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