mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix nit for bug 513912
This commit is contained in:
parent
5c0bdb82f9
commit
025717ed29
@ -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…
Reference in New Issue
Block a user