Bug 398295 When I delete multiple items in the Bookmarks Organizer, dozens of assertions appear (re-landing)
git-svn-id: svn://10.0.0.236/trunk@237869 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user