Bug 1035454 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.

This commit is contained in:
Ben Turner 2014-08-06 11:24:24 -07:00
parent 452b2e5017
commit 4d9768df69

View File

@ -131,9 +131,6 @@ this.DOMApplicationRegistry = {
APPS_IPC_MSG_NAMES.forEach((aMsgName) => {
this.cpmm.removeMessageListener(aMsgName, this);
});
this.cpmm.sendAsyncMessage("Webapps:UnregisterForMessages",
APPS_IPC_MSG_NAMES)
},
receiveMessage: function receiveMessage(aMessage) {