diff options
Diffstat (limited to 'layout/style/nsRuleNode.cpp')
-rw-r--r-- | layout/style/nsRuleNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/nsRuleNode.cpp b/layout/style/nsRuleNode.cpp index 858d7feba3..3eea109db6 100644 --- a/layout/style/nsRuleNode.cpp +++ b/layout/style/nsRuleNode.cpp @@ -240,7 +240,7 @@ nsRuleNode::EnsureBlockDisplay(StyleDisplay& display, display = StyleDisplay::Block; break; } // else, fall through to share the 'break' for non-changing display vals - MOZ_FALLTHROUGH; + [[fallthrough]]; case StyleDisplay::None: case StyleDisplay::Contents: // never change display:none or display:contents *ever* |