summaryrefslogtreecommitdiff
path: root/widget/WidgetEventImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'widget/WidgetEventImpl.cpp')
-rw-r--r--widget/WidgetEventImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/WidgetEventImpl.cpp b/widget/WidgetEventImpl.cpp
index 59c80672b1..f529ec7b1a 100644
--- a/widget/WidgetEventImpl.cpp
+++ b/widget/WidgetEventImpl.cpp
@@ -382,7 +382,7 @@ WidgetEvent::IsAllowedToDispatchDOMEvent() const
if (mMessage == eMouseTouchDrag) {
return false;
}
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
case ePointerEventClass:
// We want synthesized mouse moves to cause mouseover and mouseout
// DOM events (EventStateManager::PreHandleEvent), but not mousemove