added td & th

git-svn-id: svn://10.0.0.236/trunk@8580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1998-08-27 00:48:06 +00:00
parent bf5ece7e7a
commit bc4211d1ed
6 changed files with 24 additions and 0 deletions

View File

@@ -153,7 +153,9 @@ nsIAtom* nsHTMLAtoms::tabindex;
nsIAtom* nsHTMLAtoms::table;
nsIAtom* nsHTMLAtoms::tabstop;
nsIAtom* nsHTMLAtoms::target;
nsIAtom* nsHTMLAtoms::td;
nsIAtom* nsHTMLAtoms::text;
nsIAtom* nsHTMLAtoms::th;
nsIAtom* nsHTMLAtoms::title;
nsIAtom* nsHTMLAtoms::top;
nsIAtom* nsHTMLAtoms::toppadding;
@@ -312,7 +314,9 @@ void nsHTMLAtoms::AddrefAtoms()
table = NS_NewAtom("TABLE");
tabstop = NS_NewAtom("TABSTOP");
target = NS_NewAtom("TARGET");
td = NS_NewAtom("TD");
text = NS_NewAtom("TEXT");
th = NS_NewAtom("TH");
title = NS_NewAtom("TITLE");
top = NS_NewAtom("TOP");
toppadding = NS_NewAtom("TOPPADDING");
@@ -462,7 +466,9 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(table);
NS_RELEASE(tabstop);
NS_RELEASE(target);
NS_RELEASE(td);
NS_RELEASE(text);
NS_RELEASE(th);
NS_RELEASE(top);
NS_RELEASE(toppadding);
NS_RELEASE(type);