Fix for linux bustage. Added arguments to NewChannel

git-svn-id: svn://10.0.0.236/trunk@55286 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1999-12-04 10:47:51 +00:00
parent c7d8a4a439
commit fb5ba5251b

View File

@ -460,7 +460,7 @@ GtkMozillaContainer::StartStream(const char *base_url,
mLoadGroup,
nsnull, // notificationCallbacks
nsIChannel::LOAD_NORMAL,
nsnull, &mChannel);
nsnull, 0, 0, &mChannel);
if (NS_FAILED(rv))
goto error;