mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1024618 - DataStoreChangeNotifier.jsm doesn't remove all the children when they are unregistered, r=ehsan
This commit is contained in:
parent
79a6a76cb1
commit
45e852ca76
@ -113,7 +113,6 @@ this.DataStoreChangeNotifier = {
|
||||
debug("Unregister delete index: " + i);
|
||||
this.children.splice(i, 1);
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
++i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user