зеркало из https://github.com/mozilla/gecko-dev.git
Followup typo fix for bug 469443.
This commit is contained in:
Родитель
0412ff6b6c
Коммит
e15a9dbb9f
|
@ -260,7 +260,7 @@ FormAutoCompleteResult.prototype = {
|
||||||
|
|
||||||
_checkIndexBounds : function (index) {
|
_checkIndexBounds : function (index) {
|
||||||
if (index < 0 || index >= this.entries.length)
|
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...
|
// Interfaces from idl...
|
||||||
|
|
Загрузка…
Ссылка в новой задаче