Fix for bug#6716. For handling multiple <BODY> tags in a document.

(R) rickg, (A) chofmann
This commit is contained in:
harishd%netscape.com 1999-05-19 22:10:30 +00:00
Родитель f227695f86
Коммит f7a60fdd2e
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -1753,8 +1753,6 @@ HTMLContentSink::OpenBody(const nsIParserNode& aNode)
nsIScriptContextOwner* sco = mDocument->GetScriptContextOwner();
AddAttributes(aNode,mBody,sco,PR_TRUE);
NS_IF_RELEASE(sco);
NS_ADDREF(mBody);
mCurrentContext->mStackPos++;
return NS_OK;
}

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

@ -1753,8 +1753,6 @@ HTMLContentSink::OpenBody(const nsIParserNode& aNode)
nsIScriptContextOwner* sco = mDocument->GetScriptContextOwner();
AddAttributes(aNode,mBody,sco,PR_TRUE);
NS_IF_RELEASE(sco);
NS_ADDREF(mBody);
mCurrentContext->mStackPos++;
return NS_OK;
}