Commit 83b480a7 authored by Dão Gottwald's avatar Dão Gottwald
Browse files

fix nit for bug 513912

parent da688efb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 ||