Remove duplicate ifdefs in browser-safebrowsing.js

This commit is contained in:
Ascrod 2018-05-31 23:09:27 -04:00 committed by Roy Tam
commit 199c3900f8

View file

@ -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