Bug 424226 Immediate Fx crash when starting venkman [@ nsPluginHostImpl::TrySetUpPluginInstance]
r=jst sr=jsr a=shaver git-svn-id: svn://10.0.0.236/trunk@248523 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c4e53998fa
commit
a34c0a6c39
@ -3964,7 +3964,7 @@ nsPluginHostImpl::TrySetUpPluginInstance(const char *aMimeType,
|
||||
// if don't have a mimetype or no plugin can handle this mimetype
|
||||
// check by file extension
|
||||
nsPluginTag* pluginTag = FindPluginForType(aMimeType, PR_TRUE);
|
||||
if (aURL && !pluginTag) {
|
||||
if (!pluginTag) {
|
||||
nsCOMPtr<nsIURL> url = do_QueryInterface(aURL);
|
||||
if (!url) return NS_ERROR_FAILURE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user