mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
bug 92081, fix js error, r=vishy, sr=blake
This commit is contained in:
parent
cf00d3069f
commit
b7838db04b
@ -165,6 +165,7 @@ function LoadSignons()
|
||||
var unused = { };
|
||||
var ioService = Components.classes["@mozilla.org/network/io-service;1"]
|
||||
.getService(Components.interfaces.nsIIOService);
|
||||
var username;
|
||||
try {
|
||||
username = ioService.extractUrlPart(host, ioService.url_Username, unused, unused);
|
||||
} catch(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user