summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-01 13:04:10 +0200
committerGitHub <noreply@github.com>2018-06-01 13:04:10 +0200
commit6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32 (patch)
treed7adf3ba42b4f3a5cfe9ca9bbc7eafa92d6621b0
parent271c7b598d2daa42a8cc25ca72ecb538953bcfd8 (diff)
parent3107ccaa329a0895c057e66c86128e6060895a52 (diff)
downloadUXP-6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32.tar
UXP-6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32.tar.gz
UXP-6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32.tar.lz
UXP-6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32.tar.xz
UXP-6d9ebfac9ae1e2079e8ffa5c0fb303ed51fccb32.zip
Merge pull request #427 from Ascrod/master
Remove duplicate ifdefs in browser-safebrowsing.js
-rw-r--r--browser/base/content/browser-safebrowsing.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/browser/base/content/browser-safebrowsing.js b/browser/base/content/browser-safebrowsing.js
index a66595b2d..430d84f13 100644
--- a/browser/base/content/browser-safebrowsing.js
+++ b/browser/base/content/browser-safebrowsing.js
@@ -2,7 +2,6 @@
* 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() {
@@ -47,4 +46,3 @@ var gSafeBrowsing = {
return SafeBrowsing.getReportURL(name, gBrowser.currentURI);
}
}
-#endif