Loading browser/base/content/browser-fullZoom.js +1 −2 Original line number Diff line number Diff line Loading @@ -333,11 +333,10 @@ var FullZoom = { * one. **/ _applyPrefToSetting: function FullZoom__applyPrefToSetting(aValue, aBrowser) { var browser = aBrowser || gBrowser.selectedBrowser; if (!this.siteSpecific && !this._inPrivateBrowsing) return; var browser = aBrowser || gBrowser.selectedBrowser; try { if (gInPrintPreviewMode || browser.contentDocument instanceof Ci.nsIImageDocument || Loading Loading
browser/base/content/browser-fullZoom.js +1 −2 Original line number Diff line number Diff line Loading @@ -333,11 +333,10 @@ var FullZoom = { * one. **/ _applyPrefToSetting: function FullZoom__applyPrefToSetting(aValue, aBrowser) { var browser = aBrowser || gBrowser.selectedBrowser; if (!this.siteSpecific && !this._inPrivateBrowsing) return; var browser = aBrowser || gBrowser.selectedBrowser; try { if (gInPrintPreviewMode || browser.contentDocument instanceof Ci.nsIImageDocument || Loading