| 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 6d1bffb13fc7f102b76d0f737e0c55dc765ead2b..bbcf8f535af38fc826047c784e00c1691ea15bf9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -573,7 +573,7 @@ void LayoutTable::layout()
|
| invalidateCollapsedBorders();
|
|
|
| computeOverflow(clientLogicalBottom());
|
| - updateAfterLayout();
|
| + updateScrollInfoAfterLayout();
|
| }
|
|
|
| // FIXME: This value isn't the intrinsic content logical height, but we need
|
|
|