Backed out changeset db69c702369d (bug 1035454) for suspicion of causing e10s leaks.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-08-08 23:27:28 -04:00
Родитель 69699cd6c3
Коммит 667b0058eb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) {