зеркало из https://github.com/mozilla/pjs.git
bug=36212, bustage
r,a=waterson This checkin fixes a problem using the ?: operator and nsCOMPtr.
This commit is contained in:
Родитель
3861dc3c26
Коммит
3a9003fa4a
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче