fixing oops from my checkin for bug 166792, thx dbaron!

This commit is contained in:
darin%netscape.com 2002-09-14 06:05:08 +00:00
Родитель 39e52ee09a
Коммит 0413b05446
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -285,7 +285,7 @@ function getNormalizedURL(url)
var fileHandler = ioService.getProtocolHandler("file")
.QueryInterface(Components.interfaces.nsIFileProtocolHandler);
url = ioService.getURLSpecFromFile(kLF);
url = fileHandler.getURLSpecFromFile(kLF);
}
}
catch (e) {