mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Adding classinfo to DocumentType, problem found by smfr, this is part of the xpcdom landing.
This commit is contained in:
parent
abb88c635e
commit
c473d5770e
@ -91,6 +91,7 @@ NS_INTERFACE_MAP_BEGIN(nsDOMDocumentType)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIDOMDocumentType)
|
||||
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIContent)
|
||||
NS_INTERFACE_MAP_ENTRY_TEAROFF(nsIDOM3Node, nsNode3Tearoff(this))
|
||||
NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO(DocumentType)
|
||||
NS_INTERFACE_MAP_END
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user