Bug 816957: Fix some issues in the extensions manager when sharing compartments. r=khuey

This commit is contained in:
James Lal 2012-12-11 13:24:15 -08:00
Родитель 2e56ba49b3
Коммит 3ee3eaf9fe
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -78,10 +78,6 @@ const PREFIX_ITEM_URI = "urn:mozilla:item:";
const RDFURI_ITEM_ROOT = "urn:mozilla:item:root"
const PREFIX_NS_EM = "http://www.mozilla.org/2004/em-rdf#";
var XPIProvider;
this.__defineGetter__("gRDF", function gRDFGetter() {
delete this.gRDF;
return this.gRDF = Cc["@mozilla.org/rdf/rdf-service;1"].
@ -297,7 +293,7 @@ function copyRowProperties(aRow, aProperties, aTarget) {
return aTarget;
}
var XPIDatabase = {
this.XPIDatabase = {
// true if the database connection has been opened
initialized: false,
// A cache of statements that are used and need to be finalized on shutdown