mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 985686 - DataStoreServiceChild is not leaked, r=ehsan
This commit is contained in:
parent
bbdbff44c6
commit
395d7507e0
@ -478,10 +478,12 @@ DataStoreServiceChild.prototype = {
|
||||
|
||||
switch (aMessage.name) {
|
||||
case 'DataStore:Get:Return:OK':
|
||||
this.destroyDOMRequestHelper();
|
||||
this._successCb(aMessage.data.stores);
|
||||
break;
|
||||
|
||||
case 'DataStore:Get:Return:KO':
|
||||
this.destroyDOMRequestHelper();
|
||||
this._errorCb();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user