зеркало из https://github.com/mozilla/pjs.git
17144. api change to nsIIOService.idl made last night missed the javascript caller in here
This commit is contained in:
Родитель
04b0182dfb
Коммит
2d2eeb5a87
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче