Backed out changeset 4b8c3e09e73f (bug 1510351) for ES Lint failure. CLOSED TREE

This commit is contained in:
Razvan Maries 2019-07-02 20:45:03 +03:00
Родитель fd165b8d1b
Коммит 95ce0aa385
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1015,5 +1015,9 @@ class PluginChild extends ActorChild {
this.mm.sendAsyncMessage("PluginContent:ShowPluginCrashedNotification",
{ messageString, pluginID });
// Remove the notification when the page is reloaded.
doc.defaultView.top.addEventListener("unload", event => {
this.hideNotificationBar("plugin-crashed");
});
}
}