diff --git a/mozilla/content/html/content/src/nsHTMLAtoms.cpp b/mozilla/content/html/content/src/nsHTMLAtoms.cpp
index f96a09a8909..e3b317977e2 100644
--- a/mozilla/content/html/content/src/nsHTMLAtoms.cpp
+++ b/mozilla/content/html/content/src/nsHTMLAtoms.cpp
@@ -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);
diff --git a/mozilla/content/html/content/src/nsHTMLAtoms.h b/mozilla/content/html/content/src/nsHTMLAtoms.h
index 58af240c228..a7d1306e9ca 100644
--- a/mozilla/content/html/content/src/nsHTMLAtoms.h
+++ b/mozilla/content/html/content/src/nsHTMLAtoms.h
@@ -190,7 +190,9 @@ public:
static nsIAtom* table;
static nsIAtom* tabstop;
static nsIAtom* target;
+ static nsIAtom* td;
static nsIAtom* text;
+ static nsIAtom* th;
static nsIAtom* title;
static nsIAtom* top;
static nsIAtom* toppadding;
diff --git a/mozilla/content/shared/public/nsHTMLAtoms.h b/mozilla/content/shared/public/nsHTMLAtoms.h
index 58af240c228..a7d1306e9ca 100644
--- a/mozilla/content/shared/public/nsHTMLAtoms.h
+++ b/mozilla/content/shared/public/nsHTMLAtoms.h
@@ -190,7 +190,9 @@ public:
static nsIAtom* table;
static nsIAtom* tabstop;
static nsIAtom* target;
+ static nsIAtom* td;
static nsIAtom* text;
+ static nsIAtom* th;
static nsIAtom* title;
static nsIAtom* top;
static nsIAtom* toppadding;
diff --git a/mozilla/content/shared/src/nsHTMLAtoms.cpp b/mozilla/content/shared/src/nsHTMLAtoms.cpp
index f96a09a8909..e3b317977e2 100644
--- a/mozilla/content/shared/src/nsHTMLAtoms.cpp
+++ b/mozilla/content/shared/src/nsHTMLAtoms.cpp
@@ -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);
diff --git a/mozilla/layout/html/base/src/nsHTMLAtoms.cpp b/mozilla/layout/html/base/src/nsHTMLAtoms.cpp
index f96a09a8909..e3b317977e2 100644
--- a/mozilla/layout/html/base/src/nsHTMLAtoms.cpp
+++ b/mozilla/layout/html/base/src/nsHTMLAtoms.cpp
@@ -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);
diff --git a/mozilla/layout/html/base/src/nsHTMLAtoms.h b/mozilla/layout/html/base/src/nsHTMLAtoms.h
index 58af240c228..a7d1306e9ca 100644
--- a/mozilla/layout/html/base/src/nsHTMLAtoms.h
+++ b/mozilla/layout/html/base/src/nsHTMLAtoms.h
@@ -190,7 +190,9 @@ public:
static nsIAtom* table;
static nsIAtom* tabstop;
static nsIAtom* target;
+ static nsIAtom* td;
static nsIAtom* text;
+ static nsIAtom* th;
static nsIAtom* title;
static nsIAtom* top;
static nsIAtom* toppadding;