[webkit-changes] [WebKit/WebKit] d34d9d: [Win] REGRESSION(269866 at main): StringCommon.h(87) ...
Fujii Hironori
noreply at github.com
Fri Oct 27 19:30:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d34d9d14d3c41869a17402520129375c74f5cab7
https://github.com/WebKit/WebKit/commit/d34d9d14d3c41869a17402520129375c74f5cab7
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M Source/WTF/wtf/text/StringCommon.h
Log Message:
-----------
[Win] REGRESSION(269866 at main): StringCommon.h(87) : equal : SHOULD NEVER BE REACHED for Windows port
https://bugs.webkit.org/show_bug.cgi?id=263816
Unreviewed crash fix for Windows port.
* Source/WTF/wtf/text/StringCommon.h:
Replaced "fastLog2(length - 1)" with "fastLog2(length)".
Canonical link: https://commits.webkit.org/269880@main
More information about the webkit-changes
mailing list