зеркало из https://github.com/mozilla/pjs.git
Bug 398295 When I delete multiple items in the Bookmarks Organizer, dozens of assertions appear (re-landing)
This commit is contained in:
Родитель
6d88e63eea
Коммит
3379cc4df4
|
@ -69,7 +69,7 @@ PlacesTreeView.prototype = {
|
|||
},
|
||||
|
||||
_ensureValidRow: function PTV__ensureValidRow(aRow) {
|
||||
if (aRow < 0 || aRow > this._visibleElements.length)
|
||||
if (aRow < 0 || aRow >= this._visibleElements.length)
|
||||
throw Cr.NS_ERROR_INVALID_ARG;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче