summaryrefslogtreecommitdiff
path: root/netwerk/protocol/data/DataChannelParent.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/data/DataChannelParent.h')
-rw-r--r--netwerk/protocol/data/DataChannelParent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/data/DataChannelParent.h b/netwerk/protocol/data/DataChannelParent.h
index 48c610d6a4..c36a3c8822 100644
--- a/netwerk/protocol/data/DataChannelParent.h
+++ b/netwerk/protocol/data/DataChannelParent.h
@@ -26,7 +26,7 @@ public:
NS_DECL_NSIREQUESTOBSERVER
NS_DECL_NSISTREAMLISTENER
- MOZ_MUST_USE bool Init(const uint32_t& aArgs);
+ [[nodiscard]] bool Init(const uint32_t& aArgs);
private:
~DataChannelParent();