This commit is contained in:
akkana%netscape.com 2000-08-24 20:52:44 +00:00
Родитель 6269738085
Коммит 3861dc3c26
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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