Bug 545686 - [OOPP] crashed plugin UI doesn't work on some sites. r=gavin

This commit is contained in:
Justin Dolske 2010-02-24 15:45:00 -08:00
Родитель 39cc8f63c3
Коммит 4f9d77f28c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,6 +46,6 @@ applet:-moz-handler-blocked,
applet:-moz-handler-crashed,
object:-moz-has-handlerref:-moz-handler-disabled,
object:-moz-has-handlerref:-moz-handler-blocked,
object:-moz-has-handlerref:-moz-handler-crashed {
object:-moz-handler-crashed {
-moz-binding: url('chrome://mozapps/content/plugins/pluginProblem.xml#pluginProblem') !important;
}