зеркало из https://github.com/mozilla/pjs.git
Followup to previous checkin for bug 383116 to avoid reentrant GS r=rob_strong
This commit is contained in:
Родитель
70ca9a5ffa
Коммит
105bf8a3b7
|
@ -5750,7 +5750,7 @@ ExtensionManager.prototype = {
|
|||
this._ds = new ExtensionsDataSource(this);
|
||||
if (this._ds) {
|
||||
this._ds.loadExtensions();
|
||||
this._ptr = gRDF.GetDataSource("rdf:extensions");
|
||||
this._ptr = getContainer(this._ds, this._ds._itemRoot).DataSource;
|
||||
gRDF.RegisterDataSource(this._ptr, true);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче