fix for bug#30852: backing out change that resets the loadgroups attribs from the channel. pnunn,

r:gagan.
This commit is contained in:
pnunn%netscape.com 2000-07-21 22:57:36 +00:00
Родитель b4d65248ba
Коммит 3aaf44d945
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -431,8 +431,6 @@ nsLoadGroup::AddChannel(nsIChannel *channel, nsISupports* ctxt)
rv = channel->GetLoadAttributes(&flags);
if (NS_FAILED(rv)) return rv;
SetDefaultLoadAttributes(flags);
//
// Add the channel to the list of active channels...
//