зеркало из https://github.com/mozilla/pjs.git
const crazy - bet you can't eat jsut one!
This commit is contained in:
Родитель
f8cbcb8a7f
Коммит
e91f5fd66e
|
@ -1901,7 +1901,7 @@ nsHTMLEditor::InsertLinkAroundSelection(nsIDOMElement* aAnchorElement)
|
|||
|
||||
|
||||
PRBool
|
||||
nsHTMLEditor::CanContainTag(nsIDOMNode* aParent, nsString &aTag)
|
||||
nsHTMLEditor::CanContainTag(nsIDOMNode* aParent, const nsString &aTag)
|
||||
{
|
||||
if (!aParent) return PR_FALSE;
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ protected:
|
|||
|
||||
NS_IMETHOD RemoveParentFromBlockContent(const nsString &aParentTag, nsIDOMRange *aRange);
|
||||
|
||||
PRBool CanContainTag(nsIDOMNode* aParent, nsString &aTag);
|
||||
PRBool CanContainTag(nsIDOMNode* aParent, const nsString &aTag);
|
||||
|
||||
NS_IMETHOD IsRootTag(nsString &aTag, PRBool &aIsTag);
|
||||
|
||||
|
|
|
@ -1901,7 +1901,7 @@ nsHTMLEditor::InsertLinkAroundSelection(nsIDOMElement* aAnchorElement)
|
|||
|
||||
|
||||
PRBool
|
||||
nsHTMLEditor::CanContainTag(nsIDOMNode* aParent, nsString &aTag)
|
||||
nsHTMLEditor::CanContainTag(nsIDOMNode* aParent, const nsString &aTag)
|
||||
{
|
||||
if (!aParent) return PR_FALSE;
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ protected:
|
|||
|
||||
NS_IMETHOD RemoveParentFromBlockContent(const nsString &aParentTag, nsIDOMRange *aRange);
|
||||
|
||||
PRBool CanContainTag(nsIDOMNode* aParent, nsString &aTag);
|
||||
PRBool CanContainTag(nsIDOMNode* aParent, const nsString &aTag);
|
||||
|
||||
NS_IMETHOD IsRootTag(nsString &aTag, PRBool &aIsTag);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче