diff options
author | Moonchild <moonchild@palemoon.org> | 2023-11-12 18:07:44 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-11-12 18:07:44 +0100 |
commit | 9c75c8235e13e0f8309b11fa138253350bce0dd5 (patch) | |
tree | 8036ebc434967a0cde3de705a16faea54d117bfd /widget | |
parent | d854696ec9495a3fa00956599bcc7d25f6ae75cf (diff) | |
download | uxp-9c75c8235e13e0f8309b11fa138253350bce0dd5.tar.gz |
Issue #2343 - Fix typo
Diffstat (limited to 'widget')
-rw-r--r-- | widget/cocoa/nsNativeThemeCocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/cocoa/nsNativeThemeCocoa.mm b/widget/cocoa/nsNativeThemeCocoa.mm index e4e3492bff..882aaee742 100644 --- a/widget/cocoa/nsNativeThemeCocoa.mm +++ b/widget/cocoa/nsNativeThemeCocoa.mm @@ -3619,7 +3619,7 @@ nsNativeThemeCocoa::ThemeSupportsWidget(nsPresContext* aPresContext, nsIFrame* a if (aFrame && aFrame->GetWritingMode().IsVertical()) { return false; } - [[fallthrough]] + [[fallthrough]]; case NS_THEME_LISTBOX: |