Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aab1af852467d68bcc3197e6a5b1b28706a27bd9
https://github.com/WebKit/WebKit/commit/aab1af852467d68bcc3197e6a5b1b28706a27bd9
Author: Ryan Reno <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M Source/WebCore/platform/CommonAtomStrings.h
Log Message:
-----------
Remove unused AtomStrings from the AtomString table.
https://bugs.webkit.org/show_bug.cgi?id=321532
rdar://183145568
Reviewed by Mike Wyrzykowski and Vitor Roriz.
There were a few strings in the AtomString table which were no longer used
anywhere. In some cases
strings were only being used for case-insensitive comparisons which are more
efficiently done with
ASCII literals. And in other cases the strings were only meant to be used off
the main thread, which
AtomStrings don't support.
These are being removed to free up a small amount of space in the table and to
prevent false-positive leak
repots from some memory analysis tools.
No new tests.
* Source/WebCore/platform/CommonAtomStrings.h:
Canonical link: https://commits.webkit.org/319016@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications