More bug 462379 followup (both == 2) rs=sdwilsh

This commit is contained in:
Edward Lee 2008-10-30 20:30:35 -05:00
parent 80a0fd252d
commit 7314b9afe4

View File

@ -210,7 +210,7 @@ nsPlacesDBFlush.prototype = {
handleError: function(aError) self.handleError(aError),
handleCompletion: function(aReason) {
this._count++;
if (this._count == 1) {
if (this._count == 2) {
// we have gotten both notifications
self.handleCompletion(aReason);
}