editor: pre-C++17 fix

This commit is contained in:
roytam1 2023-12-06 15:18:33 +08:00
commit c89d76ac93

View file

@ -458,7 +458,7 @@ EditorEventListener::HandleEvent(nsIDOMEvent* aEvent)
if (widgetMouseEvent->button != WidgetMouseEvent::eLeftButton) {
return NS_OK;
}
[[fallthrough]];
MOZ_FALLTHROUGH;
}
// auxclick
case eMouseAuxClick: {