diff --git a/Source/WebCore/rendering/GridTrackSizingAlgorithm.h b/Source/WebCore/rendering/GridTrackSizingAlgorithm.h index c7d3afeaeb32..590c4e429006 100644 --- a/Source/WebCore/rendering/GridTrackSizingAlgorithm.h +++ b/Source/WebCore/rendering/GridTrackSizingAlgorithm.h @@ -119,9 +119,6 @@ class GridTrackSizingAlgorithm final { // Required by RenderGrid. Try to minimize the exposed surface. const Grid& grid() const { return m_grid; } - // FIXME (jfernandez): We should remove any public getter for this attribute - // and encapsulate any access in the algorithm class. - Grid& mutableGrid() const { return m_grid; } const RenderGrid* renderGrid() const { return m_renderGrid; };