mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Fix for 87629. Submitted by ben@netscape.com, r=me, sr=alecf@netscape.com.
This commit is contained in:
parent
e678fa74bf
commit
4d940b63a7
@ -188,7 +188,8 @@ function onOK()
|
||||
const kLFIID = Components.interfaces.nsILocalFile;
|
||||
const kLF = Components.classes[kLFContractID].createInstance(kLFIID);
|
||||
kLF.initWithUnicodePath(url);
|
||||
url = kLF.URL;
|
||||
if (kLF.exists())
|
||||
url = kLF.URL;
|
||||
}
|
||||
catch (e) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user