Bug 394686 followup, add missing quote

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2015-02-23 21:42:14 -08:00
parent 8be28f38f1
commit 2ee0eabd66

View File

@ -222,7 +222,7 @@ this.LoginHelper = {
}
} else {
// Need one or the other!
throw new Error(Can't add a login without a httpRealm or formSubmitURL.");
throw new Error("Can't add a login without a httpRealm or formSubmitURL.");
}
// Throws if there are bogus values.