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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user