mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
More bug 462379 followup (both == 2) rs=sdwilsh
This commit is contained in:
parent
80a0fd252d
commit
7314b9afe4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user