This commit is contained in:
kipp%netscape.com 1998-09-08 22:34:06 +00:00
Родитель fef80352e1
Коммит 101d22e34e
6 изменённых файлов: 12 добавлений и 0 удалений

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

@ -101,6 +101,7 @@ nsIAtom* nsHTMLAtoms::hr;
nsIAtom* nsHTMLAtoms::href;
nsIAtom* nsHTMLAtoms::hreflang;
nsIAtom* nsHTMLAtoms::hspace;
nsIAtom* nsHTMLAtoms::html;
nsIAtom* nsHTMLAtoms::httpEquiv;
nsIAtom* nsHTMLAtoms::id;
nsIAtom* nsHTMLAtoms::iframe;
@ -297,6 +298,7 @@ void nsHTMLAtoms::AddrefAtoms()
href = NS_NewAtom("HREF");
hreflang = NS_NewAtom("HREFLANG");
hspace = NS_NewAtom("HSPACE");
html = NS_NewAtom("HTML");
httpEquiv = NS_NewAtom("HTTP-EQUIV");
id = NS_NewAtom("ID");
iframe = NS_NewAtom("IFRAME");
@ -486,6 +488,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(hr);
NS_RELEASE(href);
NS_RELEASE(hspace);
NS_RELEASE(html);
NS_RELEASE(httpEquiv);
NS_RELEASE(id);
NS_RELEASE(iframe);

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

@ -127,6 +127,7 @@ public:
static nsIAtom* href;
static nsIAtom* hreflang;
static nsIAtom* hspace;
static nsIAtom* html;
static nsIAtom* httpEquiv;
static nsIAtom* id;

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

@ -127,6 +127,7 @@ public:
static nsIAtom* href;
static nsIAtom* hreflang;
static nsIAtom* hspace;
static nsIAtom* html;
static nsIAtom* httpEquiv;
static nsIAtom* id;

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

@ -101,6 +101,7 @@ nsIAtom* nsHTMLAtoms::hr;
nsIAtom* nsHTMLAtoms::href;
nsIAtom* nsHTMLAtoms::hreflang;
nsIAtom* nsHTMLAtoms::hspace;
nsIAtom* nsHTMLAtoms::html;
nsIAtom* nsHTMLAtoms::httpEquiv;
nsIAtom* nsHTMLAtoms::id;
nsIAtom* nsHTMLAtoms::iframe;
@ -297,6 +298,7 @@ void nsHTMLAtoms::AddrefAtoms()
href = NS_NewAtom("HREF");
hreflang = NS_NewAtom("HREFLANG");
hspace = NS_NewAtom("HSPACE");
html = NS_NewAtom("HTML");
httpEquiv = NS_NewAtom("HTTP-EQUIV");
id = NS_NewAtom("ID");
iframe = NS_NewAtom("IFRAME");
@ -486,6 +488,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(hr);
NS_RELEASE(href);
NS_RELEASE(hspace);
NS_RELEASE(html);
NS_RELEASE(httpEquiv);
NS_RELEASE(id);
NS_RELEASE(iframe);

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

@ -101,6 +101,7 @@ nsIAtom* nsHTMLAtoms::hr;
nsIAtom* nsHTMLAtoms::href;
nsIAtom* nsHTMLAtoms::hreflang;
nsIAtom* nsHTMLAtoms::hspace;
nsIAtom* nsHTMLAtoms::html;
nsIAtom* nsHTMLAtoms::httpEquiv;
nsIAtom* nsHTMLAtoms::id;
nsIAtom* nsHTMLAtoms::iframe;
@ -297,6 +298,7 @@ void nsHTMLAtoms::AddrefAtoms()
href = NS_NewAtom("HREF");
hreflang = NS_NewAtom("HREFLANG");
hspace = NS_NewAtom("HSPACE");
html = NS_NewAtom("HTML");
httpEquiv = NS_NewAtom("HTTP-EQUIV");
id = NS_NewAtom("ID");
iframe = NS_NewAtom("IFRAME");
@ -486,6 +488,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(hr);
NS_RELEASE(href);
NS_RELEASE(hspace);
NS_RELEASE(html);
NS_RELEASE(httpEquiv);
NS_RELEASE(id);
NS_RELEASE(iframe);

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

@ -127,6 +127,7 @@ public:
static nsIAtom* href;
static nsIAtom* hreflang;
static nsIAtom* hspace;
static nsIAtom* html;
static nsIAtom* httpEquiv;
static nsIAtom* id;