| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index 8013404db7793809ee60d9a121a65153f701ec67..432c270d1f9a1730d46c48e58534bf4f8c861618 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -483,7 +483,7 @@ void LayoutTable::layout()
|
|
|
| for (LayoutObject* child = firstChild(); child; child = child->nextSibling()) {
|
| if (!child->needsLayout() && child->isBox())
|
| - toLayoutBox(child)->markForPaginationRelayoutIfNeeded(layouter);
|
| + markChildForPaginationRelayoutIfNeeded(*toLayoutBox(child), layouter);
|
| if (child->isTableSection()) {
|
| LayoutTableSection* section = toLayoutTableSection(child);
|
| if (m_columnLogicalWidthChanged)
|
|
|