Back out 259262c87f23 (bug 711263) because of test failures

This commit is contained in:
Matt Brubeck 2011-12-19 13:57:01 -08:00
parent 2e6dd31eef
commit df067d069f

View File

@ -633,9 +633,7 @@ AddonsReconciler.prototype = {
}
}
let cb = Async.makeSpinningCallback();
this.saveState(null, cb);
cb.wait();
this.saveState(null, null);
}
catch (ex) {
this._log.warn("Exception: " + Utils.exceptionStr(ex));