Bug 317269: fix comment, r+sr=roc

This commit is contained in:
gavin%gavinsharp.com 2006-04-17 22:06:25 +00:00
Родитель eb374012ac
Коммит e93572b185
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5486,7 +5486,7 @@ nsTypedSelection::AddRange(nsIDOMRange* aRange)
if (!aRange) return NS_ERROR_NULL_POINTER;
// This inserts a table cell range in proper document order
// and returns NS_ERROR_FAILURE if range doesn't contain just one table cell
// and returns NS_OK if range doesn't contain just one table cell
PRBool didAddRange;
nsresult result = addTableCellRange(aRange, &didAddRange);
if (NS_FAILED(result)) return result;