Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp

git-svn-id: svn://10.0.0.236/trunk@53553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-11-15 22:17:54 +00:00
parent ee57201b52
commit 67a365111c
29 changed files with 25 additions and 47 deletions

View File

@@ -46,7 +46,7 @@ public:
NS_IMETHOD StartDocumentLoad(const char* aCommand,
nsIChannel* aChannel,
nsILoadGroup* aLoadGroup,
nsIContentViewerContainer* aContainer,
nsISupports* aContainer,
nsIStreamListener **aDocListener)
{
return NS_OK;