зеркало из https://github.com/mozilla/gecko-dev.git
fixing oops from my checkin for bug 166792, thx dbaron!
This commit is contained in:
Родитель
39e52ee09a
Коммит
0413b05446
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче