summaryrefslogtreecommitdiff
path: root/netwerk/sctp/datachannel/DataChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/sctp/datachannel/DataChannel.h')
-rw-r--r--netwerk/sctp/datachannel/DataChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/sctp/datachannel/DataChannel.h b/netwerk/sctp/datachannel/DataChannel.h
index 02dca930c5..db0e2f7f75 100644
--- a/netwerk/sctp/datachannel/DataChannel.h
+++ b/netwerk/sctp/datachannel/DataChannel.h
@@ -544,7 +544,7 @@ public:
case ON_DISCONNECTED:
// If we've disconnected, make sure we close all the streams - from mainthread!
mConnection->CloseAll();
- MOZ_FALLTHROUGH;
+ [[fallthrough]];
case ON_CHANNEL_CREATED:
case ON_CONNECTION:
// WeakPtr - only used/modified/nulled from MainThread so we can use a WeakPtr here