diff options
Diffstat (limited to 'uriloader/exthandler/nsExternalHelperAppService.h')
-rw-r--r-- | uriloader/exthandler/nsExternalHelperAppService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uriloader/exthandler/nsExternalHelperAppService.h b/uriloader/exthandler/nsExternalHelperAppService.h index 13dcbb7122..7956b70b2d 100644 --- a/uriloader/exthandler/nsExternalHelperAppService.h +++ b/uriloader/exthandler/nsExternalHelperAppService.h @@ -67,7 +67,7 @@ public: * Initializes internal state. Will be called automatically when * this service is first instantiated. */ - MOZ_MUST_USE nsresult Init(); + [[nodiscard]] nsresult Init(); /** * Given a mimetype and an extension, looks up a mime info from the OS. |