Added new atoms
git-svn-id: svn://10.0.0.236/trunk@9557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3c90229bd1
commit
60e776c0b1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user