diff --git a/dom/apps/Webapps.jsm b/dom/apps/Webapps.jsm index d8714b43453a..1c9f555277ce 100755 --- a/dom/apps/Webapps.jsm +++ b/dom/apps/Webapps.jsm @@ -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);