Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44a78ec46dcb5bd5c8ce58e6703cef80fba70286
https://github.com/WebKit/WebKit/commit/44a78ec46dcb5bd5c8ce58e6703cef80fba70286
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M Source/WebCore/rendering/FixedTableLayout.cpp
Log Message:
-----------
Use auto for column position count in FixedTableLayout::layout
https://bugs.webkit.org/show_bug.cgi?id=316628
rdar://179066951
Reviewed by Dan Glastonbury.
columnPositions().size() returns a size_t; storing it in a float was
needless. No change in behavior.
* Source/WebCore/rendering/FixedTableLayout.cpp:
(WebCore::FixedTableLayout::layout):
Canonical link: https://commits.webkit.org/314801@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications