summaryrefslogtreecommitdiff
path: root/layout/generic/CSSAlignUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/CSSAlignUtils.cpp')
-rw-r--r--layout/generic/CSSAlignUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/generic/CSSAlignUtils.cpp b/layout/generic/CSSAlignUtils.cpp
index 4cbaccd52c..ec993faf1a 100644
--- a/layout/generic/CSSAlignUtils.cpp
+++ b/layout/generic/CSSAlignUtils.cpp
@@ -133,7 +133,7 @@ CSSAlignUtils::AlignJustifySelf(uint8_t aAlignment, LogicalAxis aAxis,
}
break;
case NS_STYLE_ALIGN_STRETCH:
- MOZ_FALLTHROUGH; // ComputeSize() deals with it
+ [[fallthrough]]; // ComputeSize() deals with it
case NS_STYLE_ALIGN_START:
offset = marginStart;
break;