channel->Open(getter_AddRefs(stream));
So now the channel is open.
rv = docLoader->LoadDocument(channel,nsnull,getter_AddRefs(document));
This tries to open the channel to load it, which throws an exception.
-Boris _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
