Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@129501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -325,7 +325,7 @@ nsHTMLEditor::InsertHTMLWithCharsetAndContext(const nsAString & aInputString,
|
||||
// check for table cell selection mode
|
||||
PRBool cellSelectionMode = PR_FALSE;
|
||||
nsCOMPtr<nsIDOMElement> cell;
|
||||
res = GetFirstSelectedCell(getter_AddRefs(cell), nsnull);
|
||||
res = GetFirstSelectedCell(nsnull, getter_AddRefs(cell));
|
||||
if (NS_SUCCEEDED(res) && cell)
|
||||
{
|
||||
cellSelectionMode = PR_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user