diff options
Diffstat (limited to 'base/content/browser-safebrowsing.js')
-rw-r--r-- | base/content/browser-safebrowsing.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/content/browser-safebrowsing.js b/base/content/browser-safebrowsing.js index 430d84f..a66595b 100644 --- a/base/content/browser-safebrowsing.js +++ b/base/content/browser-safebrowsing.js @@ -2,6 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifdef MOZ_SAFE_BROWSING var gSafeBrowsing = { setReportPhishingMenu: function() { @@ -46,3 +47,4 @@ var gSafeBrowsing = { return SafeBrowsing.getReportURL(name, gBrowser.currentURI); } } +#endif |