Fix bustage by backing out some CallQueryInterface calls (for Travis); r=travis@netscape.com

This commit is contained in:
law@netscape.com
1999-11-13 08:20:53 +00:00
parent acb48beafb
commit 5235266ee3
6 changed files with 6 additions and 6 deletions

View File

@@ -267,7 +267,7 @@ NS_IMETHODIMP
PluginViewerImpl::GetContainer(nsIContentViewerContainer*& aResult)
{
if(mContainer)
return CallQueryInterface(mContainer, &aResult);
return mContainer->QueryInterface( nsIContentViewerContainer::GetIID(), (void**)&aResult );
else
aResult = nsnull;
return NS_OK;