summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLTableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLTableElement.h')
-rw-r--r--dom/html/HTMLTableElement.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/html/HTMLTableElement.h b/dom/html/HTMLTableElement.h
index cf83c9440..0e907cf54 100644
--- a/dom/html/HTMLTableElement.h
+++ b/dom/html/HTMLTableElement.h
@@ -14,8 +14,6 @@
namespace mozilla {
namespace dom {
-#define TABLE_ATTRS_DIRTY ((nsMappedAttributes*)0x1)
-
class TableRowsCollection;
class HTMLTableElement final : public nsGenericHTMLElement
@@ -220,8 +218,6 @@ protected:
RefPtr<nsContentList> mTBodies;
RefPtr<TableRowsCollection> mRows;
- // Sentinel value of TABLE_ATTRS_DIRTY indicates that this is dirty and needs
- // to be recalculated.
nsMappedAttributes *mTableInheritedAttributes;
void BuildInheritedAttributes();
void ReleaseInheritedAttributes();