bug=36212, bustage
r,a=waterson This checkin fixes a problem using the ?: operator and nsCOMPtr. git-svn-id: svn://10.0.0.236/trunk@77113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1712,7 +1712,7 @@ NS_IMETHODIMP nsPluginInstanceOwner::GetURL(const char *aURL, const char *aTarge
|
||||
rv = lh->OnLinkClick(content, eLinkVerb_Replace,
|
||||
fullurl.GetUnicode(),
|
||||
unitarget.GetUnicode(),
|
||||
postDataStream ? postDataStream.get() : nsnull);
|
||||
postDataStream);
|
||||
NS_IF_RELEASE(content);
|
||||
}
|
||||
NS_RELEASE(lh);
|
||||
|
||||
@@ -1712,7 +1712,7 @@ NS_IMETHODIMP nsPluginInstanceOwner::GetURL(const char *aURL, const char *aTarge
|
||||
rv = lh->OnLinkClick(content, eLinkVerb_Replace,
|
||||
fullurl.GetUnicode(),
|
||||
unitarget.GetUnicode(),
|
||||
postDataStream ? postDataStream.get() : nsnull);
|
||||
postDataStream);
|
||||
NS_IF_RELEASE(content);
|
||||
}
|
||||
NS_RELEASE(lh);
|
||||
|
||||
Reference in New Issue
Block a user