init the html atoms too...(temporary)

This commit is contained in:
kipp%netscape.com 1998-11-12 18:16:25 +00:00
Родитель b947ced837
Коммит fc16d5fc42
2 изменённых файлов: 30 добавлений и 18 удалений

Просмотреть файл

@ -37,6 +37,9 @@
#include "nsIDOMElement.h"
#include "nsIDOMText.h"
// XXX The XML world depends on the html atoms
#include "nsHTMLAtoms.h"
static NS_DEFINE_IID(kIDOMDocumentIID, NS_IDOMDOCUMENT_IID);
static NS_DEFINE_IID(kIDocumentIID, NS_IDOCUMENT_IID);
static NS_DEFINE_IID(kIXMLDocumentIID, NS_IXMLDOCUMENT_IID);
@ -61,6 +64,9 @@ nsXMLDocument::nsXMLDocument()
mAttrStyleSheet = nsnull;
mProlog = nsnull;
mEpilog = nsnull;
// XXX The XML world depends on the html atoms
nsHTMLAtoms::AddrefAtoms();
}
nsXMLDocument::~nsXMLDocument()

Просмотреть файл

@ -37,6 +37,9 @@
#include "nsIDOMElement.h"
#include "nsIDOMText.h"
// XXX The XML world depends on the html atoms
#include "nsHTMLAtoms.h"
static NS_DEFINE_IID(kIDOMDocumentIID, NS_IDOMDOCUMENT_IID);
static NS_DEFINE_IID(kIDocumentIID, NS_IDOCUMENT_IID);
static NS_DEFINE_IID(kIXMLDocumentIID, NS_IXMLDOCUMENT_IID);
@ -61,6 +64,9 @@ nsXMLDocument::nsXMLDocument()
mAttrStyleSheet = nsnull;
mProlog = nsnull;
mEpilog = nsnull;
// XXX The XML world depends on the html atoms
nsHTMLAtoms::AddrefAtoms();
}
nsXMLDocument::~nsXMLDocument()