diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-12 17:42:08 +0300 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-12 22:31:41 +0200 |
commit | 7a1e7c82779cc41f3ca1afc2112c60e23207d5fd (patch) | |
tree | f3932b90befd891ead5ba98301ea70a09daf9ff2 /application/basilisk/components/preferences/jar.mn | |
parent | 7336eef241d22d4420b270bb5aa7e5692251455d (diff) | |
download | UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.gz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.lz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.xz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.zip |
Fix incorrect preprocessor defines for safebrowsing
Diffstat (limited to 'application/basilisk/components/preferences/jar.mn')
-rw-r--r-- | application/basilisk/components/preferences/jar.mn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/basilisk/components/preferences/jar.mn b/application/basilisk/components/preferences/jar.mn index b25fc89b8..d233c7865 100644 --- a/application/basilisk/components/preferences/jar.mn +++ b/application/basilisk/components/preferences/jar.mn @@ -5,7 +5,7 @@ browser.jar: content/browser/preferences/applicationManager.xul content/browser/preferences/applicationManager.js -#ifdef MOZ_SAFEBROWSING +#ifdef MOZ_SAFE_BROWSING content/browser/preferences/blocklists.xul content/browser/preferences/blocklists.js #endif @@ -14,7 +14,7 @@ browser.jar: content/browser/preferences/cookies.js * content/browser/preferences/connection.xul content/browser/preferences/connection.js -#ifdef MOZ_SAFEBROWSING +#ifdef MOZ_SAFE_BROWSING content/browser/preferences/donottrack.xul #endif * content/browser/preferences/fonts.xul |