Title: [293135] branches/safari-613-branch/Source/WebCore/rendering/RenderGrid.cpp
Revision
293135
Author
[email protected]
Date
2022-04-20 18:24:25 -0700 (Wed, 20 Apr 2022)

Log Message

Revert "Unreviewed build fix. rdar://88512506"

This reverts r293134.

Modified Paths

Diff

Modified: branches/safari-613-branch/Source/WebCore/rendering/RenderGrid.cpp (293134 => 293135)


--- branches/safari-613-branch/Source/WebCore/rendering/RenderGrid.cpp	2022-04-21 00:47:28 UTC (rev 293134)
+++ branches/safari-613-branch/Source/WebCore/rendering/RenderGrid.cpp	2022-04-21 01:24:25 UTC (rev 293135)
@@ -474,7 +474,7 @@
 
         computeTrackSizesForIndefiniteSize(algorithm, ForColumns, &minLogicalWidth, &maxLogicalWidth);
     } else {
-        LayoutUnit totalGuttersSize = guttersSize(m_grid, ForColumns, 0, numTracks(ForColumns, grid), std::nullopt);
+        LayoutUnit totalGuttersSize = guttersSize(m_grid, ForColumns, 0, numTracks(ForColumns, m_grid), std::nullopt);
         minLogicalWidth = *m_minContentSize + totalGuttersSize;
         maxLogicalWidth = *m_maxContentSize + totalGuttersSize;
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to