Followup typo fix for bug 469443.

This commit is contained in:
Justin Dolske 2009-06-19 15:57:29 -07:00
Родитель 0412ff6b6c
Коммит e15a9dbb9f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -260,7 +260,7 @@ FormAutoCompleteResult.prototype = {
_checkIndexBounds : function (index) {
if (index < 0 || index >= this.entries.length)
Components.Exception("Index out of range.", Cr.NS_ERROR_ILLEGAL_VALUE);
throw Components.Exception("Index out of range.", Cr.NS_ERROR_ILLEGAL_VALUE);
},
// Interfaces from idl...