Fix for bug # 119617. sr=alecf r =walk84

This commit is contained in:
radha%netscape.com 2002-01-26 00:00:18 +00:00
parent f31573d2e0
commit a22051df46

View File

@ -200,7 +200,7 @@ function addToUrlbarHistory()
}
while(elements.hasMoreElements()) {
entry = elements.getNext();
var entry = elements.getNext();
if (!entry) continue;
index ++;