mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 380907 - 2 undeclared vars in pwd manager. Patch by Justin Dolske <dolske@mozilla.com>, r=gavin
This commit is contained in:
parent
f6979d7aa6
commit
d20ee68828
@ -254,6 +254,7 @@ function SortTree(tree, view, table, column, lastSortColumn, lastSortAscending,
|
|||||||
* Case insensitive string comparator.
|
* Case insensitive string comparator.
|
||||||
*/
|
*/
|
||||||
function CompareLowerCase(first, second) {
|
function CompareLowerCase(first, second) {
|
||||||
|
var firstLower, secondLower;
|
||||||
|
|
||||||
// Are we sorting nsILoginInfo entries or just strings?
|
// Are we sorting nsILoginInfo entries or just strings?
|
||||||
if (first.hostname) {
|
if (first.hostname) {
|
||||||
|
Loading…
Reference in New Issue
Block a user