зеркало из https://github.com/mozilla/pjs.git
Changed signature of NewInputStreamChannel to pass load group.
This commit is contained in:
Родитель
217c3b3bc7
Коммит
9bdc1b0280
|
@ -327,7 +327,7 @@ nsJSProtocolHandler::NewChannel(const char* verb, nsIURI* uri,
|
|||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
rv = serv->NewInputStreamChannel(uri, "text/html", in, &channel);
|
||||
rv = serv->NewInputStreamChannel(uri, "text/html", in, aGroup, &channel);
|
||||
NS_RELEASE(in);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче