0N/ASee Mozilla bug #451007 - Reload page causing problems with
0N/AWe can potentially drop this patch since RealPlayer is no longer being
0N/Asupported, but some people may still be using it.
0N/A@@ -2902,7 +2902,8 @@
0N/A // Don't delay stopping QuickTime (bug 425157), Flip4Mac (bug 426524),
0N/A- // XStandard (bug 430219), CMISS Zinc (bug 429604).
0N/A+ // XStandard (bug 430219), CMISS Zinc (bug 429604),
0N/A #if !(defined XP_WIN || defined MOZ_X11)
0N/A && !aInstanceOwner->MatchPluginName("QuickTime")
1472N/A && !aInstanceOwner->MatchPluginName("XStandard plugin")
1472N/A && !aInstanceOwner->MatchPluginName("CMISS Zinc Plugin")
0N/A+ && !aInstanceOwner->MatchPluginName("RealPlayer")
0N/A+ && !aInstanceOwner->MatchPluginName("Helix")
0N/A nsCOMPtr<nsIRunnable> evt =
0N/A new nsStopPluginRunnable(aInstanceOwner, aContent);