Backed out changeset 7b018235edc0 (bug 877932) for test_app_uninstall.html timeouts.

This commit is contained in:
Ryan VanderMeulen 2013-09-13 09:39:54 -04:00
parent 2812b2bed1
commit 8597044d83

View File

@ -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;