зеркало из https://github.com/mozilla/gecko-dev.git
Bug 584369 - history sync is busted on tip, r=philiKON
This commit is contained in:
Родитель
967ecb4058
Коммит
213217a82e
|
@ -88,7 +88,7 @@ function HistoryStore(name) {
|
||||||
Store.call(this, name);
|
Store.call(this, name);
|
||||||
|
|
||||||
// Explicitly nullify our references to our cached services so we don't leak
|
// Explicitly nullify our references to our cached services so we don't leak
|
||||||
Observers.add("places-shutdown", function() {
|
Svc.Obs.add("places-shutdown", function() {
|
||||||
for each([query, stmt] in Iterator(this._stmts))
|
for each([query, stmt] in Iterator(this._stmts))
|
||||||
stmt.finalize();
|
stmt.finalize();
|
||||||
this.__hsvc = null;
|
this.__hsvc = null;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче