More perf tweaks.

This commit is contained in:
blakeross%telocity.com 2002-09-18 19:52:32 +00:00
parent a0b51a98f1
commit 5e4aba48d5

View File

@ -224,11 +224,6 @@ function Startup()
if (!appCore)
throw "couldn't create a browser instance";
// Get the preferences service
var prefService = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefService);
pref = prefService.getBranch(null);
webNavigation = getWebNavigation();
if (!webNavigation)
throw "no XBL binding for browser";