зеркало из https://github.com/mozilla/pjs.git
Fix build bustage
This commit is contained in:
Родитель
6269738085
Коммит
3861dc3c26
|
@ -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 : nsnull);
|
||||
postDataStream ? postDataStream.get() : nsnull);
|
||||
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 : nsnull);
|
||||
postDataStream ? postDataStream.get() : nsnull);
|
||||
NS_IF_RELEASE(content);
|
||||
}
|
||||
NS_RELEASE(lh);
|
||||
|
|
Загрузка…
Ссылка в новой задаче