Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ba6f9aa138aa78abd78455291b6b778e6054659
https://github.com/WebKit/WebKit/commit/9ba6f9aa138aa78abd78455291b6b778e6054659
Author: Claudio Saavedra <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M Source/WebCore/platform/graphics/GeometryUtilities.cpp
Log Message:
-----------
REGRESSION(316816@main): [Win] Build broken in GeometryUtilities due to
std::atan2
https://bugs.webkit.org/show_bug.cgi?id=319084
Unreviewed build fix.
316816@main added eccentricAngle() using std::atan2(). On Windows,
MathExtras.h defines a function-like macro `atan2(x, y)` that expands
to wtf_atan2(). Call atan2() unqualified, matching every other caller in
WebCore.
* Source/WebCore/platform/graphics/GeometryUtilities.cpp:
(WebCore::eccentricAngle):
Canonical link: https://commits.webkit.org/316882@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications