Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert

This commit is contained in:
Bellindira Castillo [:bellindira]
2012-04-25 13:50:09 -06:00
parent 9e1b02584d
commit 58b92df66a

View File

@@ -225,7 +225,7 @@ var FullZoom = {
return;
// Avoid the cps roundtrip and apply the default/global pref.
if (isBlankPageURL(aURI.spec)) {
if (aURI.spec == "about:blank") {
this._applyPrefToSetting(undefined, aBrowser);
return;
}