This commit is contained in:
buster%netscape.com 1999-04-26 23:41:13 +00:00
Родитель ec1c40aaf5
Коммит 6a3439339c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -522,7 +522,7 @@ nsHTMLEditor::ReParentContentOfNode(nsIDOMNode *aNode, nsString &aParentTag)
// for the selected block content, replace blockParentNode with a new node of the correct type
if (PR_FALSE==parentTag.EqualsIgnoreCase(aParentTag))
{
DebugDumpContent(); // DEBUG
if (gNoisy) { DebugDumpContent(); } // DEBUG
result = ReParentBlockContent(nodeToReParent, aParentTag, blockParentNode, parentTag,
getter_AddRefs(newParentNode));
if (NS_SUCCEEDED(result) && newParentNode)

Просмотреть файл

@ -522,7 +522,7 @@ nsHTMLEditor::ReParentContentOfNode(nsIDOMNode *aNode, nsString &aParentTag)
// for the selected block content, replace blockParentNode with a new node of the correct type
if (PR_FALSE==parentTag.EqualsIgnoreCase(aParentTag))
{
DebugDumpContent(); // DEBUG
if (gNoisy) { DebugDumpContent(); } // DEBUG
result = ReParentBlockContent(nodeToReParent, aParentTag, blockParentNode, parentTag,
getter_AddRefs(newParentNode));
if (NS_SUCCEEDED(result) && newParentNode)