| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index 0b6d3015034d2a1baf9e95a3ca91de146d70c8b2..d03f1887a5feaf8672d793679cc2b72be0ed6689 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1135,6 +1135,7 @@ void LayoutTableSection::layoutRows()
|
|
|
| int LayoutTableSection::paginationStrutForRow(LayoutTableRow* row, LayoutUnit logicalOffset) const
|
| {
|
| + DCHECK(row);
|
| // Even if the row allows us to break-inside, we will want to put a strut on the row if we have a header
|
| // group that wants to appear at the top of each page.
|
| bool tableHeaderForcesStrut = table()->header() ? table()->header()->getPaginationBreakability() != AllowAnyBreaks : false;
|
|
|