Fix bustage by backing out some CallQueryInterface calls (for Travis); r=travis@netscape.com
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user