summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc b/chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc
index 27a46da2941..e30bc902da2 100644
--- a/chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc
+++ b/chromium/third_party/blink/renderer/core/layout/layout_table_cell.cc
@@ -443,7 +443,7 @@ OverflowClipAxes LayoutTableCell::ComputeOverflowClipAxes() const {
NOT_DESTROYED();
if (IsSpanningCollapsedRow() || IsSpanningCollapsedColumn())
return kOverflowClipBothAxis;
- return LayoutBox::ComputeOverflowClipAxes();
+ return LayoutBlockFlow::ComputeOverflowClipAxes();
}
LayoutUnit LayoutTableCell::CellBaselinePosition() const {