Attempt to fix pedantic bustage caused by checkin for b=191023

git-svn-id: svn://10.0.0.236/trunk@140590 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2003-04-02 14:31:43 +00:00
parent 16e6f87dde
commit 32a3b4490f

View File

@@ -1565,7 +1565,7 @@ SinkContext::OpenContainer(const nsIParserNode& aNode)
// Create new container content object
nsHTMLTag nodeType = nsHTMLTag(aNode.GetNodeType());
nsIHTMLContent* content;
nsIDocShell *docShell = nsnull;
nsIDocShell *docshell = nsnull;
if (mSink->mFrameset) docshell = (nsIDocShell *) mSink->mDocShell;
rv = mSink->CreateContentObject(aNode, nodeType, mSink->mCurrentForm,
docshell, &content);