| 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 9bf28babb5c2edb9d3fbf33f509ec1dea976acb5..ad19565e5dd1291aa80ee62e637ace3c2d4b3da1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -2063,6 +2063,7 @@ bool LayoutTableSection::mapToVisualRectInAncestorSpace(
|
| const LayoutBoxModelObject* ancestor,
|
| LayoutRect& rect,
|
| VisualRectFlags flags) const {
|
| + DCHECK(!needsLayout());
|
| if (ancestor == this)
|
| return true;
|
| // Repeating table headers are painted once per fragmentation page/column.
|
|
|