Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d34d9d14d3c41869a17402520129375c74f5cab7
      
https://github.com/WebKit/WebKit/commit/d34d9d14d3c41869a17402520129375c74f5cab7
  Author: Fujii Hironori <hironori.fu...@sony.com>
  Date:   2023-10-27 (Fri, 27 Oct 2023)

  Changed paths:
    M Source/WTF/wtf/text/StringCommon.h

  Log Message:
  -----------
  [Win] REGRESSION(269866@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to