Fix Mac build bustage
git-svn-id: svn://10.0.0.236/trunk@27899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
class nsIStyleContext;
|
||||
class nsIDOMRange;
|
||||
class nsIDOMNode;
|
||||
|
||||
/**
|
||||
* The text editor implementation.<br>
|
||||
@@ -157,7 +158,7 @@ protected:
|
||||
* into aNewParentNode, splitting aNode as necessary to maintain the relative
|
||||
* position of all leaf content.
|
||||
*/
|
||||
NS_IMETHOD nsTextEditor::MoveContentIntoNewParent(nsIDOMNode *aNode,
|
||||
NS_IMETHOD MoveContentIntoNewParent(nsIDOMNode *aNode,
|
||||
nsIDOMNode *aOldParentNode,
|
||||
PRInt32 aStartOffset,
|
||||
PRInt32 aEndOffset,
|
||||
|
||||
Reference in New Issue
Block a user