mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 530739 - Intermittent Shutdown crash after visiting a page with flash video. r=jst
This commit is contained in:
parent
522c53eb83
commit
9594e7f3a5
@ -2108,6 +2108,12 @@ GetMIMEType(nsIPluginInstance *aPluginInstance)
|
||||
static PRBool
|
||||
DoDelayedStop(nsPluginInstanceOwner *aInstanceOwner, PRBool aDelayedStop)
|
||||
{
|
||||
#ifdef MOZ_PLATFORM_HILDON
|
||||
// Don't delay stop on Maemo/Hildon (bug 530739).
|
||||
if (aDelayedStop && aInstanceOwner->MatchPluginName("Shockwave Flash"))
|
||||
return PR_FALSE;
|
||||
#endif
|
||||
|
||||
// Don't delay stopping QuickTime (bug 425157), Flip4Mac (bug 426524),
|
||||
// XStandard (bug 430219), CMISS Zinc (bug 429604).
|
||||
if (aDelayedStop
|
||||
|
Loading…
Reference in New Issue
Block a user