From 4f9d77f28cf7964a9286b777d384188577f366ea Mon Sep 17 00:00:00 2001 From: Justin Dolske Date: Wed, 24 Feb 2010 15:45:00 -0800 Subject: [PATCH] Bug 545686 - [OOPP] crashed plugin UI doesn't work on some sites. r=gavin --- toolkit/mozapps/plugins/content/pluginProblemBinding.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/plugins/content/pluginProblemBinding.css b/toolkit/mozapps/plugins/content/pluginProblemBinding.css index bcaa323fd363..69affd4d512b 100644 --- a/toolkit/mozapps/plugins/content/pluginProblemBinding.css +++ b/toolkit/mozapps/plugins/content/pluginProblemBinding.css @@ -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; }