[webkit-changes] [WebKit/WebKit] 003353: Fix return type of fabsConstExpr

Don Olmstead noreply at github.com
Wed Oct 25 21:15:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 00335382d26d115addf730b88e6f8fb2beb4a889
      https://github.com/WebKit/WebKit/commit/00335382d26d115addf730b88e6f8fb2beb4a889
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M Source/WTF/wtf/MathExtras.h

  Log Message:
  -----------
  Fix return type of fabsConstExpr
https://bugs.webkit.org/show_bug.cgi?id=263685

Reviewed by Yusuke Suzuki.

The return type was listed as a `bool` rather than `T` which returns a
floating point type.

* Source/WTF/wtf/MathExtras.h:
(WTF::fabsConstExpr):

Canonical link: https://commits.webkit.org/269799@main




More information about the webkit-changes mailing list