Bug 575477 - Error in nsIAutoCompletePopup::invalidate [r=vingtetun]

This commit is contained in:
Mark Finkle 2010-06-29 09:24:56 -04:00
parent 295dfb2a53
commit ab821a6554

View File

@ -255,7 +255,7 @@
let title = controller.getCommentAt(i);
let tags = '';
if (type == "tag")
if (title && type == "tag")
[, title, tags] = title.match(/^(.+) \u2013 (.+)$/);
item.setAttribute("tags", tags);