diff --git a/editor/base/nsHTMLEditRules.h b/editor/base/nsHTMLEditRules.h index 142619e7e50a..3ad88b6b8228 100644 --- a/editor/base/nsHTMLEditRules.h +++ b/editor/base/nsHTMLEditRules.h @@ -91,6 +91,7 @@ protected: static PRBool IsBlockquote(nsIDOMNode *aNode); static PRBool IsDiv(nsIDOMNode *aNode); + nsresult IsEmptyBlock(nsIDOMNode *aNode, PRBool *outIsEmptyBlock); PRBool IsFirstNode(nsIDOMNode *aNode); PRBool IsLastNode(nsIDOMNode *aNode); nsresult GetPromotedPoint(RulesEndpoint aWhere, nsIDOMNode *aNode, PRInt32 aOffset, diff --git a/editor/libeditor/html/nsHTMLEditRules.h b/editor/libeditor/html/nsHTMLEditRules.h index 142619e7e50a..3ad88b6b8228 100644 --- a/editor/libeditor/html/nsHTMLEditRules.h +++ b/editor/libeditor/html/nsHTMLEditRules.h @@ -91,6 +91,7 @@ protected: static PRBool IsBlockquote(nsIDOMNode *aNode); static PRBool IsDiv(nsIDOMNode *aNode); + nsresult IsEmptyBlock(nsIDOMNode *aNode, PRBool *outIsEmptyBlock); PRBool IsFirstNode(nsIDOMNode *aNode); PRBool IsLastNode(nsIDOMNode *aNode); nsresult GetPromotedPoint(RulesEndpoint aWhere, nsIDOMNode *aNode, PRInt32 aOffset,