Added a new atom

git-svn-id: svn://10.0.0.236/trunk@8707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-08-28 16:19:27 +00:00
parent 22faac0a08
commit 69abb91cd8
6 changed files with 12 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ nsIAtom* nsHTMLAtoms::cols;
nsIAtom* nsHTMLAtoms::colspan;
nsIAtom* nsHTMLAtoms::columnPseudo;
nsIAtom* nsHTMLAtoms::compact;
nsIAtom* nsHTMLAtoms::content;
nsIAtom* nsHTMLAtoms::coords;
nsIAtom* nsHTMLAtoms::data;
nsIAtom* nsHTMLAtoms::dir;
@@ -215,6 +216,7 @@ void nsHTMLAtoms::AddrefAtoms()
colspan = NS_NewAtom("COLSPAN");
columnPseudo = NS_NewAtom(":BODY-COLUMN");
compact = NS_NewAtom("COMPACT");
content = NS_NewAtom("CONTENT");
coords = NS_NewAtom("COORDS");
dir = NS_NewAtom("DIR");
div = NS_NewAtom("DIV");
@@ -374,6 +376,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(colspan);
NS_RELEASE(columnPseudo);
NS_RELEASE(compact);
NS_RELEASE(content);
NS_RELEASE(coords);
NS_RELEASE(dir);
NS_RELEASE(disabled);