| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h | 
| index d26873cb22c506172a99e0292ea8f398d2c0befd..822a225c59bec4f8b10832b4bac436c151ae9256 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h | 
| @@ -114,7 +114,7 @@ private: | 
| LayoutUnit computeUsedBreadthOfMaxLength(const GridLength&, LayoutUnit usedBreadth, LayoutUnit maxBreadth) const; | 
| void resolveContentBasedTrackSizingFunctions(GridTrackSizingDirection, GridSizingData&); | 
|  | 
| -    void ensureGridSize(size_t maximumRowIndex, size_t maximumColumnIndex); | 
| +    void ensureGridSize(size_t maximumRowSize, size_t maximumColumnSize); | 
| void insertItemIntoGrid(LayoutBox&, const GridCoordinate&); | 
| void placeItemsOnGrid(); | 
| void populateExplicitGridAndOrderIterator(); | 
|  |