Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 98d64b7362c212ee5f886ea3d065b68e98aa26bc
https://github.com/WebKit/WebKit/commit/98d64b7362c212ee5f886ea3d065b68e98aa26bc
Author: Sammy Gill <[email protected]>
Date: 2026-08-26 (Wed, 26 Aug 2026)
Changed paths:
M Source/WebCore/rendering/GridLanesLayout.cpp
M Source/WebCore/rendering/GridLanesLayout.h
Log Message:
-----------
[Grid Lanes][Cleanup] Remove GridLanesLayout::m_stackingAxisSpan
https://bugs.webkit.org/show_bug.cgi?id=322611
rdar://problem/185914211
Reviewed by Brent Fulgham.
m_stackingAxisSpan was not derived from the grid or from anything passed to the
constructor. It was initialized to
GridSpan::stackingAxisTranslatedDefiniteGridSpan(),
which always returns GridSpan(0, 1, TranslatedDefinite), so it was a constant
being
stored per object rather than state belonging to a placement run.
There is not need to store this as a member since it only had a single
reader.
Canonical link: https://commits.webkit.org/319907@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications