moving phoenix history from browser to toolkit to fix bustage, sr=bryner

git-svn-id: svn://10.0.0.236/trunk@211096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2006-09-14 06:03:12 +00:00
parent 3824c80be2
commit ee22be7772

View File

@@ -167,11 +167,11 @@ function addToUrlbarHistory()
if (!gRDF)
gRDF = Components.classes["@mozilla.org/rdf/rdf-service;1"]
.getService(Components.interfaces.nsIRDFService);
if (!gGlobalHistory)
gGlobalHistory = Components.classes["@mozilla.org/browser/global-history;1"]
.getService(Components.interfaces.nsIBrowserHistory);
if (!gURIFixup)
gURIFixup = Components.classes["@mozilla.org/docshell/urifixup;1"]
.getService(Components.interfaces.nsIURIFixup);