Bug 1089472 - Remove boardcast UpdateState as onDownloadPackage. r=fabrice

This commit is contained in:
Junior Hsu 2014-10-27 19:06:00 -04:00
parent 3a2474f5c8
commit 145d9cfd14

View File

@ -3070,12 +3070,6 @@ this.DOMApplicationRegistry = {
}
}
this.broadcastMessage("Webapps:UpdateState", {
app: app,
manifest: aManifest,
manifestURL: aNewApp.manifestURL
});
// Check if we have asm.js code to preload for this application.
yield ScriptPreloader.preload(aNewApp, aManifest);