From 7c5460806bb8a0a1ef775fdb1e258fbdef6a9923 Mon Sep 17 00:00:00 2001 From: Ian Neal Date: Tue, 3 Sep 2019 17:31:42 +0000 Subject: [PATCH] Bug 1578303 - Enable LoginManagerContextMenu.jsm for SeaMonkey r=MattN Differential Revision: https://phabricator.services.mozilla.com/D44408 --HG-- extra : moz-landing-system : lando --- toolkit/components/passwordmgr/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/passwordmgr/moz.build b/toolkit/components/passwordmgr/moz.build index 5bf8008072dc..bc2fd493d38d 100644 --- a/toolkit/components/passwordmgr/moz.build +++ b/toolkit/components/passwordmgr/moz.build @@ -61,7 +61,7 @@ if CONFIG['OS_TARGET'] == 'WINNT': 'OSCrypto_win.js', ] -if CONFIG['MOZ_BUILD_APP'] == 'browser': +if CONFIG['MOZ_BUILD_APP'] == 'browser' or CONFIG['MOZ_SUITE']: EXTRA_JS_MODULES += [ 'LoginManagerContextMenu.jsm', ]