Rename an ifdef
git-svn-id: svn://10.0.0.236/trunk@19067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -891,7 +891,7 @@ nsresult nsEditor::CreateTxnToHandleEnterKey(EditAggregateTxn **aTxn)
|
||||
nsresult
|
||||
nsEditor::DeleteSelection(nsIEditor::Direction aDir)
|
||||
{
|
||||
#if SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
#ifdef DELETE_SELECTION_DOESNT_GO_THROUGH_RANGE
|
||||
EditAggregateTxn *txn;
|
||||
nsresult result = CreateTxnForDeleteSelection(aDir, &txn);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
|
||||
Reference in New Issue
Block a user