Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c46fce15ccadb31caec6079ed59113d8d390960
https://github.com/WebKit/WebKit/commit/6c46fce15ccadb31caec6079ed59113d8d390960
Author: Chris Dumez <[email protected]>
Date: 2026-03-29 (Sun, 29 Mar 2026)
Changed paths:
M Source/WTF/wtf/text/FastCharacterComparison.h
Log Message:
-----------
Fix recursive macro in big-endian UCHARQUAD_TOUINT64
https://bugs.webkit.org/show_bug.cgi?id=311047
Reviewed by Yusuke Suzuki.
The big-endian definition of UCHARQUAD_TOUINT64 calls itself instead of
UCHARPAIR_TOUINT32, which would cause a preprocessor error on any
big-endian build. The little-endian definition was already correct.
* Source/WTF/wtf/text/FastCharacterComparison.h:
Canonical link: https://commits.webkit.org/310196@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications