Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 697926d46e56be48456ec6912bf3a951187d4c35
https://github.com/WebKit/WebKit/commit/697926d46e56be48456ec6912bf3a951187d4c35
Author: Chris Dumez <[email protected]>
Date: 2026-03-22 (Sun, 22 Mar 2026)
Changed paths:
M Source/WTF/wtf/SortedArrayMap.h
Log Message:
-----------
Fix bad comment in SortedArrayMap.h
https://bugs.webkit.org/show_bug.cgi?id=310495
Reviewed by Darin Adler.
The code for `NoUppercaseLettersOptimized`` at line 147 requires
`character == (character | 0x20)``, meaning the 0x20 bit *must* be set.
The comment said the opposite.
* Source/WTF/wtf/SortedArrayMap.h:
Canonical link: https://commits.webkit.org/309721@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications