зеркало из https://github.com/mozilla/pjs.git
Bug 317269: fix comment, r+sr=roc
This commit is contained in:
Родитель
5b460ad0df
Коммит
b2af559787
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче