pay no attention to the man behind the curtain.

git-svn-id: svn://10.0.0.236/trunk@134311 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
2002-11-22 05:40:10 +00:00
parent 2d5b4e2164
commit 1c37131272

View File

@@ -170,7 +170,7 @@ public:
nsHTMLFragmentContentSink2() { mHitSentinel = PR_TRUE; mSeenBody = PR_FALSE;}
virtual ~nsHTMLFragmentContentSink2() {}
NS_IMETHODIMP OpenHead(const nsIParserNode& aNode) { return OpenContainer(aNode); }
NS_IMETHODIMP CloseHead() { return CloseContainer(eHTMLTag_body); }
NS_IMETHODIMP CloseHead() { return CloseContainer(eHTMLTag_head); }
};
nsresult