96176 - access to localstore is wrong. r=ben sr=hewitt

This commit is contained in:
blakeross%telocity.com 2006-09-14 06:01:25 +00:00
Родитель 91bfdb61ed
Коммит 5910d5a2c7
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -115,7 +115,7 @@ function createUBHistoryMenu( aParent )
.getService(Components.interfaces.nsIRDFService);
if (!gLocalStore)
gLocalStore = gRDF.GetDataSource("rdf:localstore");
gLocalStore = gRDF.GetDataSource("rdf:local-store");
if (gLocalStore) {
if (!gRDFC)
@ -165,10 +165,10 @@ function addToUrlbarHistory()
.getService(Components.interfaces.nsIRDFService);
if (!gLocalStore)
gLocalStore = gRDF.GetDataSource("rdf:localstore");
gLocalStore = gRDF.GetDataSource("rdf:local-store");
if (gLocalStore) {
if (!gRDFC)
if (!gRDFC)
gRDFC = Components.classes["@mozilla.org/rdf/container-utils;1"]
.getService(Components.interfaces.nsIRDFContainerUtils);