diff --git a/content/html/content/src/nsHTMLAtoms.cpp b/content/html/content/src/nsHTMLAtoms.cpp index fb9a40a53f68..344dd1f37b15 100644 --- a/content/html/content/src/nsHTMLAtoms.cpp +++ b/content/html/content/src/nsHTMLAtoms.cpp @@ -80,6 +80,7 @@ nsIAtom* nsHTMLAtoms::h6; nsIAtom* nsHTMLAtoms::height; nsIAtom* nsHTMLAtoms::hidden; nsIAtom* nsHTMLAtoms::hover; +nsIAtom* nsHTMLAtoms::hr; nsIAtom* nsHTMLAtoms::href; nsIAtom* nsHTMLAtoms::hspace; nsIAtom* nsHTMLAtoms::httpEquiv; @@ -243,6 +244,7 @@ void nsHTMLAtoms::AddrefAtoms() height = NS_NewAtom("HEIGHT"); hidden = NS_NewAtom("HIDDEN"); hover = NS_NewAtom("HOVER"); + hr = NS_NewAtom("HR"); href = NS_NewAtom("HREF"); hspace = NS_NewAtom("HSPACE"); httpEquiv = NS_NewAtom("HTTP-EQUIV"); @@ -399,6 +401,7 @@ void nsHTMLAtoms::ReleaseAtoms() NS_RELEASE(height); NS_RELEASE(hidden); NS_RELEASE(hover); + NS_RELEASE(hr); NS_RELEASE(href); NS_RELEASE(hspace); NS_RELEASE(httpEquiv); diff --git a/content/html/content/src/nsHTMLAtoms.h b/content/html/content/src/nsHTMLAtoms.h index d03709e1cb69..2aae60bd4dd8 100644 --- a/content/html/content/src/nsHTMLAtoms.h +++ b/content/html/content/src/nsHTMLAtoms.h @@ -108,6 +108,7 @@ public: static nsIAtom* height; static nsIAtom* hidden; static nsIAtom* hover; + static nsIAtom* hr; static nsIAtom* href; static nsIAtom* hspace; static nsIAtom* httpEquiv; diff --git a/content/shared/public/nsHTMLAtoms.h b/content/shared/public/nsHTMLAtoms.h index d03709e1cb69..2aae60bd4dd8 100644 --- a/content/shared/public/nsHTMLAtoms.h +++ b/content/shared/public/nsHTMLAtoms.h @@ -108,6 +108,7 @@ public: static nsIAtom* height; static nsIAtom* hidden; static nsIAtom* hover; + static nsIAtom* hr; static nsIAtom* href; static nsIAtom* hspace; static nsIAtom* httpEquiv; diff --git a/content/shared/src/nsHTMLAtoms.cpp b/content/shared/src/nsHTMLAtoms.cpp index fb9a40a53f68..344dd1f37b15 100644 --- a/content/shared/src/nsHTMLAtoms.cpp +++ b/content/shared/src/nsHTMLAtoms.cpp @@ -80,6 +80,7 @@ nsIAtom* nsHTMLAtoms::h6; nsIAtom* nsHTMLAtoms::height; nsIAtom* nsHTMLAtoms::hidden; nsIAtom* nsHTMLAtoms::hover; +nsIAtom* nsHTMLAtoms::hr; nsIAtom* nsHTMLAtoms::href; nsIAtom* nsHTMLAtoms::hspace; nsIAtom* nsHTMLAtoms::httpEquiv; @@ -243,6 +244,7 @@ void nsHTMLAtoms::AddrefAtoms() height = NS_NewAtom("HEIGHT"); hidden = NS_NewAtom("HIDDEN"); hover = NS_NewAtom("HOVER"); + hr = NS_NewAtom("HR"); href = NS_NewAtom("HREF"); hspace = NS_NewAtom("HSPACE"); httpEquiv = NS_NewAtom("HTTP-EQUIV"); @@ -399,6 +401,7 @@ void nsHTMLAtoms::ReleaseAtoms() NS_RELEASE(height); NS_RELEASE(hidden); NS_RELEASE(hover); + NS_RELEASE(hr); NS_RELEASE(href); NS_RELEASE(hspace); NS_RELEASE(httpEquiv); diff --git a/layout/html/base/src/nsHTMLAtoms.cpp b/layout/html/base/src/nsHTMLAtoms.cpp index fb9a40a53f68..344dd1f37b15 100644 --- a/layout/html/base/src/nsHTMLAtoms.cpp +++ b/layout/html/base/src/nsHTMLAtoms.cpp @@ -80,6 +80,7 @@ nsIAtom* nsHTMLAtoms::h6; nsIAtom* nsHTMLAtoms::height; nsIAtom* nsHTMLAtoms::hidden; nsIAtom* nsHTMLAtoms::hover; +nsIAtom* nsHTMLAtoms::hr; nsIAtom* nsHTMLAtoms::href; nsIAtom* nsHTMLAtoms::hspace; nsIAtom* nsHTMLAtoms::httpEquiv; @@ -243,6 +244,7 @@ void nsHTMLAtoms::AddrefAtoms() height = NS_NewAtom("HEIGHT"); hidden = NS_NewAtom("HIDDEN"); hover = NS_NewAtom("HOVER"); + hr = NS_NewAtom("HR"); href = NS_NewAtom("HREF"); hspace = NS_NewAtom("HSPACE"); httpEquiv = NS_NewAtom("HTTP-EQUIV"); @@ -399,6 +401,7 @@ void nsHTMLAtoms::ReleaseAtoms() NS_RELEASE(height); NS_RELEASE(hidden); NS_RELEASE(hover); + NS_RELEASE(hr); NS_RELEASE(href); NS_RELEASE(hspace); NS_RELEASE(httpEquiv); diff --git a/layout/html/base/src/nsHTMLAtoms.h b/layout/html/base/src/nsHTMLAtoms.h index d03709e1cb69..2aae60bd4dd8 100644 --- a/layout/html/base/src/nsHTMLAtoms.h +++ b/layout/html/base/src/nsHTMLAtoms.h @@ -108,6 +108,7 @@ public: static nsIAtom* height; static nsIAtom* hidden; static nsIAtom* hover; + static nsIAtom* hr; static nsIAtom* href; static nsIAtom* hspace; static nsIAtom* httpEquiv;