diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index f31857a95d7..ed19220bc6e 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -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);