From 32a3b4490f786332c5fc6efab12d26bd2bbec5c6 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Wed, 2 Apr 2003 14:31:43 +0000 Subject: [PATCH] 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 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);