Bug 725200 - about:newtab briefly shown in location bar of new tab; r=gavin

This commit is contained in:
Tim Taubert 2012-02-17 22:26:38 +01:00
parent 49d16c9f98
commit fcafd1e916

View File

@ -1365,7 +1365,8 @@
// pretend the user typed this so it'll be available till
// the document successfully loads
b.userTypedValue = aURI;
if (!isBlankPageURL(aURI))
b.userTypedValue = aURI;
let flags = Ci.nsIWebNavigation.LOAD_FLAGS_NONE;
if (aAllowThirdPartyFixup)