Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c02768b4e686cee0ee6a1331fc6a9051ad23a80f
https://github.com/WebKit/WebKit/commit/c02768b4e686cee0ee6a1331fc6a9051ad23a80f
Author: Ahmad Saleem <[email protected]>
Date: 2026-03-07 (Sat, 07 Mar 2026)
Changed paths:
M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
Log Message:
-----------
Fix roundEpsilonToZero to return double literal instead of float
https://bugs.webkit.org/show_bug.cgi?id=309423
rdar://171989746
Reviewed by Simon Fraser.
This patch changes the return to be double literal since the function
is double while previously it was returning float.
* Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:
(WebCore::roundEpsilonToZero):
Canonical link: https://commits.webkit.org/308873@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications