| 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 2efec3e030e4ee9387d2a245fd729e6034037389..dbcd65e93a11fd68c06515ceee3e3272fe9e3c00 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1199,7 +1199,7 @@ void LayoutTableSection::layoutRows() {
|
| // dependencies and unstable layout.
|
| if (state.isPaginated() &&
|
| crossesPageBoundary(LayoutUnit(rowLogicalTop), LayoutUnit(rHeight)))
|
| - cellVerticalAlign = VerticalAlignTop;
|
| + cellVerticalAlign = EVerticalAlign::Top;
|
| else
|
| cellVerticalAlign = cell->style()->verticalAlign();
|
| cell->computeIntrinsicPadding(rHeight, cellVerticalAlign, layouter);
|
|
|