Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d7f2e43e2b345304b945f23c7fe932d571ecf789
https://github.com/WebKit/WebKit/commit/d7f2e43e2b345304b945f23c7fe932d571ecf789
Author: Sammy Gill <[email protected]>
Date: 2025-07-21 (Mon, 21 Jul 2025)
Changed paths:
M Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp
Log Message:
-----------
[Cleanup] Remove lambda in
GridTrackSizingAlgorithm::accumulateIntrinsicSizesForTrack.
https://bugs.webkit.org/show_bug.cgi?id=296278
rdar://problem/156326504
Reviewed by Tim Nguyen.
The function just basically wraps the lambda so let's clean up the code
a bit by making its body the actual function body. Helps debugging a bit
so you don't need to keep stepping into the lambda.
Canonical link: https://commits.webkit.org/297698@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes