Bug 317269: fix comment, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@194542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f4e85da057
commit
2fa2f35e06
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user