зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset db69c702369d (bug 1035454) for suspicion of causing e10s leaks.
CLOSED TREE
This commit is contained in:
Родитель
69699cd6c3
Коммит
667b0058eb
|
@ -131,6 +131,9 @@ 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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче