mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 7b018235edc0 (bug 877932) for test_app_uninstall.html timeouts.
This commit is contained in:
parent
2812b2bed1
commit
8597044d83
@ -2975,8 +2975,7 @@ this.DOMApplicationRegistry = {
|
||||
let tmp = [];
|
||||
|
||||
for (let appId in this.webapps) {
|
||||
if (this.webapps[appId].manifestURL == aData.manifestURL &&
|
||||
this._isLaunchable(this.webapps[appId])) {
|
||||
if (this.webapps[appId].manifestURL == aData.manifestURL) {
|
||||
aData.app = AppsUtils.cloneAppObject(this.webapps[appId]);
|
||||
tmp.push({ id: appId });
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user