зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 4b8c3e09e73f (bug 1510351) for ES Lint failure. CLOSED TREE
This commit is contained in:
Родитель
fd165b8d1b
Коммит
95ce0aa385
|
@ -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");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче