Let's see if this was the one that caused the orangeness.

git-svn-id: svn://10.0.0.236/trunk@70937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2000-05-26 21:05:51 +00:00
parent f5a1bb0728
commit ddfc4f4e5c

View File

@@ -336,6 +336,12 @@ nsXMLDocumentType::List(FILE* out, PRInt32 aIndent) const
return NS_OK;
}
NS_IMETHODIMP
nsXMLDocumentType::DumpContent(FILE* out, PRInt32 aIndent,PRBool aDumpAll) const
{
return NS_OK;
}
NS_IMETHODIMP
nsXMLDocumentType::HandleDOMEvent(nsIPresContext* aPresContext,
nsEvent* aEvent,