| Index: Source/core/rendering/RenderGrid.cpp
|
| diff --git a/Source/core/rendering/RenderGrid.cpp b/Source/core/rendering/RenderGrid.cpp
|
| index 68f2e3e6d425ab54323c3128dda9775cc08c2d17..c1547a1e0990a1185285287feda5dc64767655e3 100644
|
| --- a/Source/core/rendering/RenderGrid.cpp
|
| +++ b/Source/core/rendering/RenderGrid.cpp
|
| @@ -886,7 +886,7 @@ void RenderGrid::layoutGridItems()
|
| for (size_t i = 0; i < sizingData.rowTracks.size(); ++i)
|
| setLogicalHeight(logicalHeight() + sizingData.rowTracks[i].m_usedBreadth);
|
|
|
| - // FIXME: We should handle min / max logical height.
|
| + // Min / max logical height is handled by the call to updateLogicalHeight in layoutBlock.
|
|
|
| setLogicalHeight(logicalHeight() + borderAndPaddingLogicalHeight());
|
| }
|
|
|