bug=36212, bustage

r,a=waterson
This checkin fixes a problem using the ?: operator and nsCOMPtr.
This commit is contained in:
edburns@acm.org
2000-08-24 20:56:40 +00:00
parent 45432962fe
commit fd6ee00ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -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);