Fixing bug 106769. Document.prototype was not on the prototype chain for XMLDocument objects. sr=jband@netscape.com, r=bzbarsky@mit.edu

This commit is contained in:
jst@netscape.com
2001-10-26 02:23:56 +00:00
parent c6b84e38de
commit 95f6823404
4 changed files with 18 additions and 8 deletions

View File

@@ -56,8 +56,7 @@ class nsXMLDocument : public nsMarkupDocument,
public nsIXMLDocument,
public nsIHTMLContentContainer,
public nsIInterfaceRequestor,
public nsIHttpEventSink,
public nsIDOMXMLDocument
public nsIHttpEventSink
{
public:
nsXMLDocument();