diff options
Diffstat (limited to 'layout/tables/nsTableRowFrame.cpp')
-rw-r--r-- | layout/tables/nsTableRowFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/tables/nsTableRowFrame.cpp b/layout/tables/nsTableRowFrame.cpp index 374bb2562e..9bcced1048 100644 --- a/layout/tables/nsTableRowFrame.cpp +++ b/layout/tables/nsTableRowFrame.cpp @@ -653,7 +653,7 @@ nsTableRowFrame::CalculateCellActualBSize(nsTableCellFrame* aCellFrame, break; } // Fall through to the coord case - MOZ_FALLTHROUGH; + [[fallthrough]]; } case eStyleUnit_Coord: { // In quirks mode, table cell isize should be content-box, but bsize |