summaryrefslogtreecommitdiff
path: root/netwerk/protocol/file/nsFileProtocolHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/protocol/file/nsFileProtocolHandler.h')
-rw-r--r--netwerk/protocol/file/nsFileProtocolHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/file/nsFileProtocolHandler.h b/netwerk/protocol/file/nsFileProtocolHandler.h
index 211eb2873e..1da0713284 100644
--- a/netwerk/protocol/file/nsFileProtocolHandler.h
+++ b/netwerk/protocol/file/nsFileProtocolHandler.h
@@ -21,7 +21,7 @@ public:
nsFileProtocolHandler();
- MOZ_MUST_USE nsresult Init();
+ [[nodiscard]] nsresult Init();
};
#endif // !nsFileProtocolHandler_h__