mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix from sync-asyncExecute: don't throw as the old code would catch and implicit return undefined.
This commit is contained in:
parent
3c6fd67fb6
commit
69584666ee
@ -177,9 +177,6 @@ HistoryStore.prototype = {
|
||||
execCb.throw(error);
|
||||
},
|
||||
handleCompletion: function(reason) {
|
||||
// Throw in-case for some reason we didn't find the GUID
|
||||
if (this.urlInfo == null)
|
||||
execCb.throw(reason);
|
||||
execCb(this.urlInfo);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user