Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.

This commit is contained in:
warren@netscape.com
1999-11-18 07:36:41 +00:00
parent 3855461272
commit 2faadce595
65 changed files with 200 additions and 220 deletions
+1 -1
View File
@@ -2003,7 +2003,7 @@ nsresult nsDocShell::GetPrimaryFrameFor(nsIContent* content, nsIFrame** frame)
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsDocShell::QueryCapability(const nsIID& anIID, void** aSink)
NS_IMETHODIMP nsDocShell::GetInterface(const nsIID& anIID, void** aSink)
{
return QueryInterface(anIID, aSink);
}