Bug 112569: Session History set from navigator.js redundantly. r=hyatt, sr=hewitt

This commit is contained in:
jaggernaut%netscape.com 2001-11-29 23:34:27 +00:00
parent a2060b167f
commit ef227734c7

View File

@ -345,10 +345,6 @@ function Startup()
//initConsoleListener();
// wire up session history before any possible progress notifications for back/forward button updating
webNavigation.sessionHistory = Components.classes["@mozilla.org/browser/shistory;1"]
.createInstance(Components.interfaces.nsISHistory);
// hook up UI through progress listener
getBrowser().addProgressListener(window.XULBrowserWindow);