17144. api change to nsIIOService.idl made last night missed the javascript caller in here

This commit is contained in:
valeski%netscape.com 1999-10-26 19:08:10 +00:00
Родитель 04b0182dfb
Коммит 2d2eeb5a87
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -131,7 +131,7 @@ function ReadDirectory(url)
var uri = ios.newURI(url, null);
// Create a channel...
var channel = ios.newChannelFromURI('load', uri, null, null);
var channel = ios.newChannelFromURI('load', uri, null, null, null);
// ...so that we can pipe it into a new HTTPIndex listener to
// parse the directory's contents.

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

@ -131,7 +131,7 @@ function ReadDirectory(url)
var uri = ios.newURI(url, null);
// Create a channel...
var channel = ios.newChannelFromURI('load', uri, null, null);
var channel = ios.newChannelFromURI('load', uri, null, null, null);
// ...so that we can pipe it into a new HTTPIndex listener to
// parse the directory's contents.