mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1035454 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.
This commit is contained in:
parent
99080fa9fb
commit
877a0ecdc1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user